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


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