Class NumericValue
Specifies a fixed numeric threshold for conditional formatting rules.
Inheritance
System.Object
NumericValue
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class NumericValue : IAbsoluteRangeValue, IRangeValue
Constructors
NumericValue(Double)
Initializes a new instance with the specified numeric threshold value.
Declaration
public NumericValue(double number)
Parameters
|
System.Double
number
|
Properties
Type
The value type, always Number for this range value.
Declaration
public ValueType Type { get; }
Property Value
|
ValueType
|
Implements
Value
The numeric threshold value used in conditional formatting evaluation.
Declaration
public double Value { get; }
Property Value
|
System.Double
|