TdxSpreadSheetConditionalFormattingExpression Class
Stores a parsed formula expression used by conditional formatting rules.
Declaration
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.