Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberEditingControl Class / DoSpinDown Method / DoSpinDown(Decimal) Method
The System.Decimal value that indicates the increment when spin down.


In This Topic
    DoSpinDown(Decimal) Method
    In This Topic
    Performs spin down.
    Syntax
    'Declaration
     
    
    Public Overloads Sub DoSpinDown( _
       ByVal increment As Decimal _
    ) 
    'Usage
     
    
    Dim instance As GcNumberEditingControl
    Dim increment As Decimal
     
    instance.DoSpinDown(increment)
    public void DoSpinDown( 
       decimal increment
    )

    Parameters

    increment
    The System.Decimal value that indicates the increment when spin down.
    Remarks
    This method has the same behavior with the Down key pressed.
    See Also