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 Tdx |
Default |
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. |
First |
Returns the first stored item‘s position within the list.
Inherited from Tdx |
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. |
Last |
Returns the last stored item‘s position within the sparse item list.
Inherited from Tdx |
View | Returns a Table View worksheet to which the current table item collection belongs. |
See Also