New to Telerik Document ProcessingStart a free 30-day trial

Specifies a fixed numeric threshold for conditional formatting rules.

Definition

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

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public class NumericValue : IAbsoluteRangeValue, IRangeValue

Inheritance: objectNumericValue

Implements: IAbsoluteRangeValueIRangeValue

Constructors

Initializes a new instance with the specified numeric threshold value.

C#
public NumericValue(double number)
Parameters:numberdouble

Properties

The value type, always Number for this range value.

C#
public ValueType Type { get; }

Implements: IRangeValue.Type

The numeric threshold value used in conditional formatting evaluation.

C#
public double Value { get; }

Implements: IAbsoluteRangeValue.Value