Interface IAbsoluteRangeValue
Represents an absolute size value, whoch can be represented by a number.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public interface IAbsoluteRangeValue : IRangeValue
Properties
Value
Gets the currently assigned value.
Declaration
double Value { get; }
Property Value
System.Double
|