TdxSpreadSheetConditionalFormattingRuleAboveOrBelowAverage Properties
An Above or Below Average 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. |
ComparisonOperator | Specifies the cell value comparison operator for calculating the “Above or Below Average” rule’s formatting condition. |
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. |
StandardDeviationLevel | Specifies the standard deviation multiplier for the “Above or Below Average” conditional formatting rule. |
StopIfTrue | Specifies if the conditional formatting controller evaluates rules with lower priorities if applied to the same cell range(s).. 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