EnumValueDistribution
Enum
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:
cs-api-definition
public enum ValueDistribution
Fields
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.