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

TdxSpreadSheetInsertRows Class

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

#Declaration

Delphi
TdxSpreadSheetInsertRows = class(
    TdxSpreadSheetCustomEditAction
)

#Remarks

This class does not introduce any new public members. Executing this action object inserts rows intersecting the current cell selection area. The number of inserted rows matches the absolute height (in cells) of the current selection.

VCL SpreadSheet: An Insert Rows Operation Example

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

Note

If the active Table View worksheet contains more than one selected cell range, a TdxSpreadSheetInsertColumns action object raises the EdxSpreadSheetError exception.

See Also