TXlsFile.SendToBack Method
Sends the graphical object to the bottom layer on the display (z-order) position. It will show below and will be covered by all other objects on the sheet.
This will change the order of the array, so after calling SendToBack(i), position i will have a new object.
Syntax
Unit: FlexCel.XlsAdapter
procedure TXlsFile.SendToBack(const objectIndex: Integer); override;
Parameters
<-> |
Parameter |
Type |
Description |
const |
objectIndex |
Integer |
Index of the object to move. (1 based) |
See also