Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / DoSpinDown Method / DoSpinDown(Int32) Method
An System.Int32 value indicates the specified increment value.


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

Parameters

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