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

TdxSpreadSheetCustomFormatCellsAction Class

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

#Declaration

Delphi
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