GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / ShowRecommendedValue Property


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

Property Value

true to show the recommended value; otherwise, false.
The default is false.
Remarks
The value of the GcNumber.RecommendedValue property is shown when ShowRecommendedValue is true and the value is not completely entered; otherwise, the value of the RecommendedValue property is not shown.
See Also