Enum
ValueDistribution

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.

Declaration

cs-api-definition
AboveAverage = 0

Field Value

ValueDistribution

AboveOrEqualToAverage

Values greater than or equal to the average value in the range.

Declaration

cs-api-definition
AboveOrEqualToAverage = 1

Field Value

ValueDistribution

BelowAverage

Values less than the average value in the range.

Declaration

cs-api-definition
BelowAverage = 2

Field Value

ValueDistribution

BelowOrEqualToAverage

Values less than or equal to the average value in the range.

Declaration

cs-api-definition
BelowOrEqualToAverage = 3

Field Value

ValueDistribution