TdxSpreadSheetTableItem Properties
The base class for individual column and row objects in a Table View worksheet.Name | Description |
---|---|
CellCount | Returns the index of a table item that neighbors the outermost cell object created in the current table item. |
Cells | Provides zero-based indexed access to the cell objects hosted within the current table item object. |
CustomSize | Returns the current size (in pixels) of the table item if its size was customized. |
DefaultSize | Specifies whether the default height or width value is applied to the table item. |
DisplayText | Returns a string displayed by the table item‘s header. |
Index | Returns the item’s zero-based index within the dynamic list. Inherited from TdxDynamicListItem. |
Next | Returns the element following the currnet table item object in the table item collection. |
Owner | Provides access to a collection to which the current table item object belongs. |
Prev | Returns the element that precedes the table item object in the table item collection. |
Size | Specifies the table item’s size (in pixels). |
Style | Provides access to the appearance settings applied to all cells within the table item. |
View | Returns the Table View worksheet to which the table item belongs. |
Visible | Switches the visibility of the table item object. |
See Also