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


In This Topic
ShowRecommendedValue Property (GcNumber)
In This Topic
Gets or sets a value indicating whether show the recommended value.
Syntax
'Declaration
 
Public Property ShowRecommendedValue As Boolean
 
'Usage
 
Dim instance As GcNumber
Dim value As Boolean
 
instance.ShowRecommendedValue = value
 
value = instance.ShowRecommendedValue

Property Value

true if show the recommended value; otherwise, false.
The default is false.
Remarks
The value of RecommendedValue property will shown when this ShowRecommendedValue is true and value is not fully inputted. Otherwise, the value of RecommendedValue property will not shown.
See Also