Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcNumber Class / DoSpinDown Method / DoSpinDown(Decimal) Method
The increment value that used to decrease the Value.


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 GcNumber
    Dim increment As Decimal
     
    instance.DoSpinDown(increment)
    public void DoSpinDown( 
       decimal increment
    )

    Parameters

    increment
    The increment value that used to decrease the Value.
    See Also