Enum ValueType
Specifies how a threshold value is calculated or interpreted in range-based conditional formatting rules.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum ValueType
AutomaticHighestValue
The highest value, automatically determined based on the conditional formatting context.
AutomaticLowestValue
The lowest value, automatically determined based on the conditional formatting context.
Formula
A value calculated from a formula expression.
HighestValue
The highest value in the range.
LowestValue
The lowest value in the range.
Number
A fixed numeric value.
Percent
A percentage of the range span between minimum and maximum values.
Percentile
A value at the specified percentile position within the data distribution.