Skip to main content

TdxSpreadSheetTableItemGroup.ToggleExpanded Method

Expands or collapses the current table item group.

Declaration

procedure ToggleExpanded;

Remarks

Call this procedure to expand the collapsed column or row group:

If the current table item group is currently expanded, the ToggleExpanded procedure collapses it:

Alternatively, you can set the Expanded property to True or False in order to expand or collapse the table item group, respectively.

Note

To change the expand button position for expanded table item groups, use the table item group root node‘s ExpandButtonPosition property.

See Also