TdxSpreadSheetTableItemGroup Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tdx |
#Properties
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. |
Finish |
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. |
Start |
Specifies the index of the first column or row hosted within the table item group. |
#Methods
Name | Description |
---|---|
Begin |
Disables refreshing of the current table item group and all groups nested within it. |
Delete |
Removes all child table item groups nested within the current table item group. |
End |
Enables updates of the current table item group and all groups nested within it. |
Equals |
Inherited from TObject. |
Find |
Returns the first child table item group with the specified index nested within the current table item group (node). |
Get |
Inherited from TObject. |
Toggle |
Expands or collapses the current table item group. |
To |
Inherited from TObject. |
See Also