TExcelFile.SetObjectAnchor Method
Overloads
TExcelFile.SetObjectAnchor(Integer, TClientAnchor)
Sets the object placement.
Syntax
Unit: FlexCel.Core
procedure TExcelFile.SetObjectAnchor(const objectIndex: Integer; const objectAnchor: TClientAnchor); overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
objectIndex |
Integer |
Index of the object (1-based) |
const |
objectAnchor |
TClientAnchor |
Coordinates of the object. |
See also
TExcelFile.SetObjectAnchor(Integer, string, TClientAnchor)
Sets the object placement.
Syntax
Unit: FlexCel.Core
procedure TExcelFile.SetObjectAnchor(const objectIndex: Integer; const objectPath: string; const objectAnchor: TClientAnchor); overload; virtual; abstract;
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