Skip to main content

TdxSpreadSheetTableItemGroups.DeleteAll Method

Removes all table item groups from the current table item group root node.

Declaration

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