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


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

Parameters

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