Specifies how cell values compare to the average value in a range for conditional formatting rules.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public enum ValueDistribution
Fields
Values greater than the average value in the range.
C#
AboveAverage = 0
Values greater than or equal to the average value in the range.
C#
AboveOrEqualToAverage = 1
Values less than the average value in the range.
C#
BelowAverage = 2
Values less than or equal to the average value in the range.
C#
BelowOrEqualToAverage = 3