TXlsFile.SetObjectAnchor Method
Sets the object placement.
Syntax
Unit: FlexCel.XlsAdapter
procedure TXlsFile.SetObjectAnchor(const objectIndex: Integer; const objectPath: string; const objectAnchor: TClientAnchor); overload; override;
Parameters
<-> |
Parameter |
Type |
Description |
const |
objectIndex |
Integer |
Index of the object (1-based) |
const |
objectPath |
string |
Object path for the shape if this is a grouped shape. |
const |
objectAnchor |
TClientAnchor |
Coordinates of the object. |
See also