Enum ValueType
Represents the separate option for value types in RangeValue rules.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum ValueType
AutomaticHighestValue
A value that is automatically determined depending on its current context.
AutomaticLowestValue
A value that is automatically determined depending on its current context.
Formula
A formula
HighestValue
Highest value.
LowestValue
Lowest value.
Number
Numeric floating-point type.
Percent
Percentage
Percentile
Value described by the Xth percentile of the given range.