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


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