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

TdxSpreadSheetConditionalFormattingExpression Class

Stores a parsed formula expression used by conditional formatting rules.

#Declaration

Delphi
TdxSpreadSheetConditionalFormattingExpression = class(
    TdxSpreadSheetCustomFormula
)

#Remarks

This class implements ExpressSpreadSheet-compatible formula expressions for use in “Expression“ and “Cell Is“ conditional formatting rules. These rules automatically create a TdxSpreadSheetConditionalFormattingExpression object to store a formula expression created from a parsed string assigned to the Expression or Expression2 property.

The TdxSpreadSheetConditionalFormattingExpression class does not introduce any public properties and methods, except for the constructor. For detailed information on the functionality that formula expressions provide, refer to the TdxSpreadSheetCustomFormula class description.

The TdxSpreadSheetConditionalFormattingRuleExpression class’ Formulas property references a TdxSpreadSheetConditionalFormattingExpression object.

#Inheritance

TObject
TdxSpreadSheetCustomFormula
TdxSpreadSheetConditionalFormattingExpression
See Also