Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxEditingControl 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 GcComboBoxEditingControl
    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