TdxSpreadSheetTableColumns Properties
A column object collection 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. Inherited from TdxSpreadSheetTableItems. |
First | Provides access to the first element within the current table item collection. Inherited from TdxSpreadSheetTableItems. |
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. Inherited from TdxSpreadSheetTableItems. |
Items | Provides indexed access to individual column objects within the positional sparse list of columns. |
Last | Provides access to the last element within the current table item collection. Inherited from TdxSpreadSheetTableItems. |
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. Inherited from TdxSpreadSheetTableItems. |
See Also