Skip to main content

TdxSpreadSheetCustomFormatCellsAction Class

The base class for all action classes that implement cell format customization commands.

Declaration

TdxSpreadSheetCustomFormatCellsAction = class(
    TdxSpreadSheetCustomEditCellsAction
)

Remarks

This class overrides the action object availability conditions implemented by its ancestors. The formatting commands are enabled only if the following conditions are met:

If cell selection is disallowed in the protected worksheet (that is, its OptionsProtection.ActualAllowSelectUnlockedCells property returns False), the cell formatting action objects are available but have no effect if executed.

TdxSpreadSheetCustomFormatCellsAction is the ancestor of the action classes that implement Spreadsheet and Report Designer control commands that:

You do not need to create instances of the TdxSpreadSheetCustomFormatCellsAction class. Use its descendants instead.

See Also