Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FieldsEditorControl Class / ShortcutSpinUp Method


In This Topic
ShortcutSpinUp Method (FieldsEditorControl)
In This Topic
Performs the spin up action for a shortcut key.
Syntax
'Declaration
 
Public Sub ShortcutSpinUp() 
 
'Usage
 
Dim instance As FieldsEditorControl
 
instance.ShortcutSpinUp()
Remarks
This method is mainly used for the GcShortcut. The behavior is the same as using the DoSpinUp method.
See Also