Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / DoSpinDown Method / DoSpinDown() Method


In This Topic
    DoSpinDown() Method
    In This Topic
    Performs the spin down action.
    Syntax
    'Declaration
     
    
    Public Overloads Sub DoSpinDown() 
    'Usage
     
    
    Dim instance As GcNumber
     
    instance.DoSpinDown()
    public void DoSpinDown()
    Remarks
    This method has the same behavior as pressing the down key.
    See Also