Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / DoSpinUp Method / DoSpinUp(Int32) Method
An System.Int32 value indicates the specified increment value.


In This Topic
    DoSpinUp(Int32) Method
    In This Topic
    Performs the spin up action by the increment.
    Syntax
    'Declaration
     
    
    Public Overloads Sub DoSpinUp( _
       ByVal increment As Integer _
    ) 
    'Usage
     
    
    Dim instance As GcComboBox
    Dim increment As Integer
     
    instance.DoSpinUp(increment)
    public void DoSpinUp( 
       int increment
    )

    Parameters

    increment
    An System.Int32 value indicates the specified increment value.
    Remarks
    This method can spin the value of this control up according the increment parameter.
    See Also