Skip to main content

TdxSpreadSheetUngroupRows Class

An action object that corresponds to the UngroupRows command provided by the Spreadsheet and Report Designer controls.

Declaration

TdxSpreadSheetUngroupRows = class(
    TdxSpreadSheetGroupColumns
)

Remarks

The TdxSpreadSheetUngroupRows class does not introduce any new public members. Executing this action object excludes the rows that intersect the current selection area from the row group with the highest nesting level to which it belongs. A user can execute a TdxSpreadSheetUngroupRows action object to shrink, divide, and delete row groups.

VCL SpreadSheet: An Ungroup Rows Operation Example

UI elements linked to a TdxSpreadSheetUngroupRows action object are enabled only if the following conditions are met:

To create new row groups, use a TdxSpreadSheetGroupRows action object.

See Also