TExcelObjectList Class
A list that contains the Ids and positions of the Excel objects
Syntax
Unit: FlexCel.Core
TExcelObjectList = class(TFlexCelObject);
Constructors
Methods
Name |
Description |
ShapeId |
Returns the shape id of the object in the list.
|
Properties
Name |
Description |
IncludeCopies |
If this property is true, all shape ids from the copies made will be stored in the Copies property.
|
Count |
Number of objects in the list.
|
Item[const index] |
Returns position i in the list.
|