Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / NumberCellType Class / MaximumValue Property


MaximumValue Property (NumberCellType)
Gets or sets the maximum value allowed for user input.
Syntax
'Declaration
 
Public Property MaximumValue As Double
 
'Usage
 
Dim instance As NumberCellType
Dim value As Double
 
instance.MaximumValue = value
 
value = instance.MaximumValue
Exceptions
ExceptionDescription
Specified value is beyond accepted limits
See Also