TdxSpreadSheetDeleteRows Class
An action object that implements the DeleteRows end-user command in Spreadsheet and Report Designer-based applications.
Declaration
TdxSpreadSheetDeleteRows = class(
TdxSpreadSheetAction
)
Remarks
This class does not introduce any new public members. Executing this action object removes the rows intersecting the currently selected cell range.

UI elements linked to a TdxSpreadSheetDeleteRows action object are enabled only if the following conditions are met:
- Spreadsheet document editing is allowed (i.e., the control’s OptionsBehavior.Editing property is set to
True). - The row delete operation is allowed in the active worksheet (i.e., its OptionsProtected.ActualAllowDeleteRows property returns
True).
Note
If the active Table View worksheet contains more than one selected cell range, a TdxSpreadSheetDeleteRows action object raises the EdxSpreadSheetError exception.
Inheritance
Show 11 items
See Also