Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / ApplyRecommendedValue Method


In This Topic
ApplyRecommendedValue Method (GcNumber)
In This Topic
Applies the recommended value to control.
Syntax
'Declaration
 
Public Sub ApplyRecommendedValue() 
 
'Usage
 
Dim instance As GcNumber
 
instance.ApplyRecommendedValue()
Remarks
This ApplyRecommendedValue method mainly used by GcShortcut's behaviors. It can accept the RecommendedValue when the ShowRecommendedValue property is true.
See Also