Class ExcelCFAverageType
Specifies whether the AboveBelowAverage conditional formatting rule looks for cell values above or below the average.
Inheritance
System.Object
ExcelCFAverageType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ExcelCFAverageType : Enum
Fields
Above
Above average.
Declaration
public const ExcelCFAverageType Above
Field Value
Type |
---|
ExcelCFAverageType |
AboveStdDev
Above standard deviation
Declaration
public const ExcelCFAverageType AboveStdDev
Field Value
Type |
---|
ExcelCFAverageType |
Below
Below average.
Declaration
public const ExcelCFAverageType Below
Field Value
Type |
---|
ExcelCFAverageType |
BelowStdDev
Below standard deviation
Declaration
public const ExcelCFAverageType BelowStdDev
Field Value
Type |
---|
ExcelCFAverageType |
EqualOrAbove
Equal or above average
Declaration
public const ExcelCFAverageType EqualOrAbove
Field Value
Type |
---|
ExcelCFAverageType |
EqualOrBelow
Equal or below average
Declaration
public const ExcelCFAverageType EqualOrBelow
Field Value
Type |
---|
ExcelCFAverageType |