TdxSpreadSheetTableItemGroup Methods
An individual table item group created within the tree-like hierarchy.| Name | Description |
|---|---|
| BeginUpdate | Disables refreshing of the current table item group and all groups nested within it. |
| DeleteAll | Removes all child table item groups nested within the current table item group. |
| EndUpdate | Enables updates of the current table item group and all groups nested within it. |
| Equals(TObject) | Inherited from TObject. |
| Find(Integer,Boolean) | Returns the first child table item group with the specified index nested within the current table item group (node). |
| GetHashCode | Inherited from TObject. |
| ToggleExpanded | Expands or collapses the current table item group. |
| ToString | Inherited from TObject. |
See Also