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