Class MaximumValue
Specifies the highest value in the applied range for use in conditional formatting rules.
Inheritance
System.Object
MaximumValue
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 MaximumValue : IRangeValue
Constructors
MaximumValue()
Initializes a new instance representing the highest value in the conditional formatting range.
Declaration
public MaximumValue()
Properties
Type
The value type, always HighestValue for this range value.
Declaration
public ValueType Type { get; }
Property Value
|
ValueType
|