Class AutomaticMaximumValue
Specifies an automatic maximum threshold that resolves to the highest value in the conditional formatting range.
Inheritance
System.Object
AutomaticMaximumValue
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 AutomaticMaximumValue : IRangeValue
Constructors
AutomaticMaximumValue()
Initializes a new automatic maximum value that resolves at evaluation time.
Declaration
public AutomaticMaximumValue()
Properties
Type
Gets the value type, always AutomaticHighestValue.
Declaration
public ValueType Type { get; }
Property Value
|
ValueType
|