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


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

Parameters

increment
The System.Decimal value that indicates the increment when spin down.
Remarks
This method can spin the value of this control down according the increment parameter.
See Also