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


MaximumValue Property (PercentCellType)
Gets or sets the maximum value allowed for user entry.
Syntax
'Declaration
 
Public Property MaximumValue As Double
 
'Usage
 
Dim instance As PercentCellType
Dim value As Double
 
instance.MaximumValue = value
 
value = instance.MaximumValue
Exceptions
ExceptionDescription
Specified value exceeds the expected limit.
See Also