Class MinimumValue
Represents the lowest value in the applied range.
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()
Declaration
public MinimumValue()
Properties
Type
Gets the type of the variable.
Declaration
public ValueType Type { get; }
Property Value
ValueType
|