Skip to main content

TdxSpreadSheetDeleteColumns Class

An action object that implements the DeleteColumns end-user command in Spreadsheet and Report Designer-based applications.

Declaration

TdxSpreadSheetDeleteColumns = class(
    TdxSpreadSheetAction
)

Remarks

This class does not introduce any new public members. Executing this action object removes the columns intersecting the current cell selection area.

VCL SpreadSheet: A Delete Columns Operation Example

UI elements linked to a TdxSpreadSheetDeleteColumns 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 TdxSpreadSheetDeleteColumns action object raises the EdxSpreadSheetError exception.

See Also