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


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

    Parameters

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