TdxSpreadSheetTableItems Properties
The base class for table item collections within a Table View worksheet.Name | Description |
---|---|
Count | Returns the list’s current capacity. Inherited from TdxDynamicItemList. |
DefaultSize | Specifies the default dimensions (in pixels) of column or row objects within the collection. |
First | Provides access to the first element within the current table item collection. |
FirstIndex | Returns the first stored item‘s position within the list. Inherited from TdxDynamicItemList. |
Groups | Provides access to the root node of the table item group hierarchy. |
Items | Provides zero-based indexed access to generic table items stored within the table item collection. |
Last | Provides access to the last element within the current table item collection. |
LastIndex | Returns the last stored item‘s position within the sparse item list. Inherited from TdxDynamicItemList. |
View | Returns a Table View worksheet to which the current table item collection belongs. |
See Also