Class PercentValue
Specifies a percentage-based threshold for conditional formatting, where the value is calculated as a percentage of the range span.
Inheritance
Inherited Members
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 with the specified percentage value between 0 and 100.
Declaration
public PercentValue(double percent)
Parameters
|
System.Double
percent
|
Properties
Type
The value type, always Percent for this range value.
Declaration
public ValueType Type { get; }
Property Value
|
ValueType
|
Implements
Value
The percentage value (0-100) used to calculate the threshold relative to the minimum and maximum of the range.
Declaration
public double Value { get; }
Property Value
|
System.Double
|