Table of Contents

TXlsFile.GetSheetBackground Method

Gets the sheet background for the active sheet. It will return null if there isn't any background in the sheet.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetSheetBackground(out imageType: TXlsImgType): TBytes; override;

Parameters

<-> Parameter Type Description
out imageType TXlsImgType Returns the image type of the bytes returned.

Returns

The image data as a byte array.

See also