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

TdxSpreadSheetConditionalFormattingRuleCellIs Properties
Show Inherited Hide Inherited

A Cell Is conditional formatting rule.
Name Description
Area Deprecated. Specifies the target cell range. Inherited from TdxSpreadSheetCustomConditionalFormattingRule.
AreaInfo protected Inherited from TdxSpreadSheetConditionalFormattingCustomRule.
Areas Specifies target cell ranges. Inherited from TdxSpreadSheetCustomConditionalFormattingRule.
ComparisonOperator Specifies the Cell Is conditional formatting rule’s cell value comparison mode.
Expression Specifies a formula expression required to calculate a cell formatting criterion for Expression and Cell Is rules. Inherited from TdxSpreadSheetConditionalFormattingRuleExpression.
Expression2 Specifies a value or formula expression used as an additional cell formatting criterion for a Cell Is conditional formatting rule. Inherited from TdxSpreadSheetConditionalFormattingRuleExpression.
Formulas protected Provides indexed access to parsed and calculated expressions of the conditional formatting rule. Inherited from TdxSpreadSheetConditionalFormattingRuleExpression.
Index Specifies the conditional formatting rule’s index in the parent conditional formatting controller. Inherited from TdxSpreadSheetCustomConditionalFormattingRule.
Owner Provides access to the parent conditional formatting controller. Inherited from TdxSpreadSheetCustomConditionalFormattingRule.
StopIfTrue Specifies if the parent conditional formatting controller evaluates other rules with lower priority that are applied to the same areas if the current rule’s condition is met. Inherited from TdxSpreadSheetCustomConditionalFormattingRule.
Style Provides access to style settings applied to all cells that meet the rule’s formatting criteria. Inherited from TdxSpreadSheetConditionalFormattingRuleStyleBased.
See Also