Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeValidator Class / MinValue Property


MinValue Property (RangeValidator)
Gets or sets the lower limit of the specified value.
Syntax
'Declaration
 
Public Property MinValue As Object
 
'Usage
 
Dim instance As RangeValidator
Dim value As Object
 
instance.MinValue = value
 
value = instance.MinValue

Property Value

A System.Object value that represents the lower limit of the specified value.
Exceptions
ExceptionDescription
The assigned value is less than MinValue.
See Also