Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberIntegerPartField Class / SpinDown Method / SpinDown() Method


In This Topic
SpinDown() Method
In This Topic
Performs spin down behavior.
Syntax
'Declaration
 
Public Overloads Sub SpinDown() 
 
'Usage
 
Dim instance As NumberIntegerPartField
 
instance.SpinDown()
Remarks
The method spins the Value to the next one which less than current.
See Also