Spread Windows Forms 15.0
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()
    public void ShortcutSpinUp()
    Remarks
    This method is mainly used for the GcShortcut. The behavior is the same as using the DoSpinUp method.
    See Also