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