TdxSpreadSheetTableItemGroup Properties
An individual table item group created within the tree-like hierarchy.| Name | Description |
|---|---|
| Count | Returns the number of table item groups nested within the current table item group. |
| Expanded | Specifies the display state of the current table item group. |
| FinishIndex | Specifies the index of the last column or row hosted within the table item group. |
| Index | Returns the zero-based index of the current table item group within its parent node. |
| Items | Provides zero-based indexed access to individual child table item groups nested within the current table item group (node). |
| Level | Returns the nesting level of the current table item group. |
| Owner | Returns the table item collection to which the current table item group belongs. |
| Parent | Returns the parent node in which the current table item group is hosted. |
| StartIndex | Specifies the index of the first column or row hosted within the table item group. |
See Also