Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberDecimalPartField 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 NumberDecimalPartField
     
    instance.SpinDown()
    public void SpinDown()
    Remarks
    The method spins the Value to the next one which less than current.
    See Also