Enum
ValueType

Specifies how a threshold value is calculated or interpreted in range-based conditional formatting rules.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum ValueType

Fields

AutomaticHighestValue

The highest value, automatically determined based on the conditional formatting context.

Declaration

cs-api-definition
AutomaticHighestValue = 6

Field Value

ValueType

AutomaticLowestValue

The lowest value, automatically determined based on the conditional formatting context.

Declaration

cs-api-definition
AutomaticLowestValue = 7

Field Value

ValueType

Formula

A value calculated from a formula expression.

Declaration

cs-api-definition
Formula = 1

Field Value

ValueType

HighestValue

The highest value in the range.

Declaration

cs-api-definition
HighestValue = 4

Field Value

ValueType

LowestValue

The lowest value in the range.

Declaration

cs-api-definition
LowestValue = 5

Field Value

ValueType

Number

A fixed numeric value.

Declaration

cs-api-definition
Number = 0

Field Value

ValueType

Percent

A percentage of the range span between minimum and maximum values.

Declaration

cs-api-definition
Percent = 2

Field Value

ValueType

Percentile

A value at the specified percentile position within the data distribution.

Declaration

cs-api-definition
Percentile = 3

Field Value

ValueType