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


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