IConditionalAboveAverageRule Interface
A conditional format rule which highlights cells which are below or above the average value of the group of cells.
Syntax
Unit: FlexCel.Core
IConditionalAboveAverageRule = interface(IConditionalFormatStandardDefRule);
Properties
Name |
Description |
IsBelowAverage |
If true, then this rule highlights values below the average instead of above.
|
IncludeAverage |
If true, the average value itself will be highlighted.
|
StdDev |
The number of standard deviations to include above or below the average.
|