TdxSpreadSheetTableItems.Groups Property
Provides access to the root node of the table item group hierarchy.
Declaration
property Groups: TdxSpreadSheetTableItemGroups read;
Property Value
Type |
---|
TdxSpreadSheetTableItemGroups |
Remarks
This property provides access to the column and row grouping functionality of the Spreadsheet control. By aggregating columns and/or rows into collapsible groups, you can organize large amounts of data and display only the headers and summary columns and/or rows in a spreadsheet document:
With the Groups property, you can add new column or row groups, expand, shrink, or delete existing table item groups.
For the column collection, the Groups property provides access to a hierarchy of column groups. For the row collection, this property provides access to a hierarchy of row groups instead.
Refer to the Cell Data Grouping topic for additional information.
See Also