Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / RecommendedValue Property


RecommendedValue Property (GcNumber)
Gets or sets the recommended value.
Syntax
'Declaration
 
Public Property RecommendedValue As Decimal
 
'Usage
 
Dim instance As GcNumber
Dim value As Decimal
 
instance.RecommendedValue = value
 
value = instance.RecommendedValue

Property Value

A System.String value indicates the recommended value.
The default is System.Decimal.Zero.
Exceptions
ExceptionDescription
Occurs when invalid value that does not match current pattern will set to the RecommendedValue property.
Remarks
The RecommendedValue property makes a hint for user that shown when value is not fully inputted. When some value is being inputed, pressing some special shortcut key or key combination can accept the recommendatory value.
See Also