TExcelFile.SetSheetBackground Method
Sets the sheet background for the active sheet. Set it to null to remove the background.
Syntax
Unit: FlexCel.Core
procedure TExcelFile.SetSheetBackground(const imgData: TBytes); virtual; abstract;
Parameters
| <-> | 
Parameter | 
Type | 
Description | 
| const | 
imgData | 
TBytes | 
Bytes with the image data. | 
 
See also