Interface IAbsoluteRangeValue
Defines a fixed numeric threshold value for conditional formatting range calculations.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public interface IAbsoluteRangeValue : IRangeValue
Properties
Value
Gets the numeric threshold value.
Declaration
double Value { get; }
Property Value
|
System.Double
|