TdxSpreadSheetTableItemGroup.DeleteAll Method
Removes all child table item groups nested within the current table item group.
Declaration
procedure DeleteAll;
Remarks
Call this procedure to quickly delete all column or row groups at the current table item group (node).
To ungroup all columns or rows in the hierarchy, use the table item group root node‘s DeleteAll procedure.
See Also