Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpan Class / DoSpinUp Method / DoSpinUp(TimeSpan) Method
The System.Decimal value that indicates the increment when spin up.


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

    Parameters

    increment
    The System.Decimal value that indicates the increment when spin up.
    Remarks
    This method can spin the value of this control up according the increment parameter.
    See Also