Class PercentValue
Represets a percentage numeric value.
Inheritance
System.Object
PercentValue
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 PercentValue : IAbsoluteRangeValue, IRangeValue
Constructors
PercentValue(Double)
Initializes a new instance of the PercentValue class.
Declaration
public PercentValue(double percent)
Parameters
System.Double
percent
|
Properties
Type
Gets the type of the variable.
Declaration
public ValueType Type { get; }
Property Value
ValueType
|
Implements
Value
Gets the value of the variable.
Declaration
public double Value { get; }
Property Value
System.Double
|