TdxSpreadSheetTableItemGroups.DeleteAll Method
In This Article
Removes all table item groups from the current table item group root node.
#Declaration
Delphi
procedure DeleteAll;
#Remarks
Call this procedure to ungroup all columns or rows within a Table View worksheet simultaneously.
To remove column or row groups nested within a particular table item group, call its DeleteAll procedure.
See Also