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


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