FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / NumberCellType Class / MinimumValue Property


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