Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableItemGroup.DeleteAll Method

In This Article

Removes all child table item groups nested within the current table item group.

#Declaration

Delphi
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