Enum ExcelCFAverageType
Specifies whether the AboveBelowAverage conditional formatting rule looks for cell values above or below the average.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelCFAverageType
Fields
Name | Description |
---|---|
Above | Above average. |
AboveStdDev | Above standard deviation |
Below | Below average. |
BelowStdDev | Below standard deviation |
EqualOrAbove | Equal or above average |
EqualOrBelow | Equal or below average |