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


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