Spread Windows Forms 15.0
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()
    public void SpinDown()
    Remarks
    The method spins the Value to the next one which less than current.
    See Also