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


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

Property Value

A System.Object value that represents the upper limit of the specified value.
Exceptions
ExceptionDescription
The assigned value is greater than MaxValue.
See Also