Skip to main content

TdxSpreadSheetConditionalFormattingRuleExpression Properties

An “Expression“ conditional formatting rule.
Name Description
Area Specifies a single cell or cell range affected by the conditional formatting rule. Inherited from TdxSpreadSheetCustomConditionalFormattingRule.
AreaInfo protected Inherited from TdxSpreadSheetConditionalFormattingCustomRule.
Areas Specifies one or more cell ranges affected by the conditional formatting rule. Inherited from TdxSpreadSheetCustomConditionalFormattingRule.
Expression Specifies the formula expression used to calculate a cell formatting criterion.
Expression2 protected Specifies a value or formula expression that the “Cell Is“ conditional formatting rule uses as an additional cell formatting criterion.
Formulas protected Provides zero-based indexed access to the conditional formatting rule’s parsed formula expressions.
Index Specifies the conditional formatting rule’s zero-based index in the conditional formatting controller. Inherited from TdxSpreadSheetCustomConditionalFormattingRule.
Owner Returns the conditional formatting controller to which the rule belongs. Inherited from TdxSpreadSheetCustomConditionalFormattingRule.
StopIfTrue Specifies if the conditional formatting controller evaluates rules with lower priorities if applied to the same cell range(s).. Inherited from TdxSpreadSheetCustomConditionalFormattingRule.
Style Specifies the style settings applied to the cells for which the rule’s formatting conditions are met. Inherited from TdxSpreadSheetConditionalFormattingRuleStyleBased.
See Also