Class
NumericValue

Specifies a fixed numeric threshold for conditional formatting rules.

Definition

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

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public class NumericValue : IAbsoluteRangeValue, IRangeValue

Inheritance: objectNumericValue

Implements: IAbsoluteRangeValueIRangeValue

Constructors

NumericValue(double)

Initializes a new instance with the specified numeric threshold value.

Declaration

cs-api-definition
public NumericValue(double number)

Parameters

number

double

Properties

Type

The value type, always Number for this range value.

Declaration

cs-api-definition
public ValueType Type { get; }

Property Value

ValueType

Implements IRangeValue.Type

Value

The numeric threshold value used in conditional formatting evaluation.

Declaration

cs-api-definition
public double Value { get; }

Property Value

double

Implements IAbsoluteRangeValue.Value