Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / DoSpinUp Method / DoSpinUp(Decimal) Method
The System.Decimal value that indicates the increment when spin up.


In This Topic
DoSpinUp(Decimal) Method
In This Topic
Performs spin up.
Syntax
'Declaration
 
Public Overloads Sub DoSpinUp( _
   ByVal increment As Decimal _
) 
 
'Usage
 
Dim instance As GcNumber
Dim increment As Decimal
 
instance.DoSpinUp(increment)

Parameters

increment
The System.Decimal value that indicates the increment when spin up.
Remarks
This method has the same behavior with the Up key pressed.
See Also