TdxSpreadSheetConditionalFormattingRuleAboveOrBelowAverage Properties
An Above or Below Average conditional formatting rule.Name | Description |
---|---|
Area | Deprecated. This property exists for backward compatibility only. Use the Areas property instead. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
AreaInfo protected | Inherited from TdxSpreadSheetConditionalFormattingCustomRule. |
Areas | Specifies target cell ranges. 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 index in the parent conditional formatting controller. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
Owner | Provides access to the parent conditional formatting controller. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
StandardDeviationLevel | Specifies the standard deviation multiplier for the “Above or Below Average” conditional formatting rule. |
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