Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxEditingControl Class / PreviousCell Method


In This Topic
    PreviousCell Method (GcComboBoxEditingControl)
    In This Topic
    Moves to the prevous cell. Uses a shortcut action.
    Syntax
    'Declaration
     
    
    Public Sub PreviousCell() 
    'Usage
     
    
    Dim instance As GcComboBoxEditingControl
     
    instance.PreviousCell()
    public void PreviousCell()
    See Also