Skip to main content

TdxSpreadSheetTableItemGroups Members

A table item group root node within a Table View worksheet.

Constructors

Name Description
Create(TdxSpreadSheetTableItems) Initializes a new instance of the TdxSpreadSheetTableItemGroups class with specified settings.

Properties

Name Description
Count Returns the number of table item groups at the current root node.
ExpandButtonPosition Specifies the alignment of all group outline brackets at the current table item group root node.
Items Provides zero-based indexed access to the table item groups at the current root node.

Methods

Name Description
Add(Integer,Integer) Adds a number of specified table items to a new or existing table item group within the hierarchy.
Add(Integer)
BeginUpdate Disables refreshing of all table item groups in the current group hierarchy.
Delete(Integer,Integer) Excludes the specified range of columns or rows from a table item group.
DeleteAll Removes all table item groups from the current table item group root node.
EndUpdate Enables updates of all table item groups in the current group hierarchy.
Equals(TObject) Inherited from TObject.
ExpandToLevel(Integer) Expands or collapses all branches of the table item groups hierarchy to the specified node level.
Find(Integer,Boolean) Returns the first table item group with the specified index within the hierarchy.
GetHashCode Inherited from TObject.
ToString Inherited from TObject.
See Also