TExcelFile.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.Core
function TExcelFile.GetSheetBackground(out imageType: TXlsImgType): TBytes; virtual; abstract;
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