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