TdxSpreadSheetConditionalFormattingAreaInfo Properties
Stores information required to analyze numeric values within the cell ranges affected by a conditional formatting rule.| Name | Description |
|---|---|
| Areas | Provides access to the list of cell ranges affected by a conditional formatting rule. |
| AverageValue | Returns the calculated average of all numeric values within the list of affected cell ranges. |
| MaxValue | Returns the highest numeric value within the list of affected cell ranges. |
| MinValue | Returns the lowest numeric value within the list of affected cell ranges. |
| NumericValueCount | Returns the total count of numeric cell values within the list of affected cell ranges. |
| StandardDeviation | Returns the standard deviation calculated for all numeric cell values within the list of affected cell ranges. |
See Also