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