Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberIntegerPartField Class / SpinDown Method / SpinDown(Int32) Method
An System.Int32 value indicates the spin increment.


In This Topic
SpinDown(Int32) Method
In This Topic
Performs spin down with the specified increment parameters.
Syntax
'Declaration
 
Public Overloads Sub SpinDown( _
   ByVal increment As Integer _
) 
 
'Usage
 
Dim instance As NumberIntegerPartField
Dim increment As Integer
 
instance.SpinDown(increment)

Parameters

increment
An System.Int32 value indicates the spin increment.
Remarks
The method spins the Value to the next one which less than current following the increment.
See Also