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


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

Parameters

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