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

TdxSpreadSheetUngroupRows Class

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

#Declaration

Delphi
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