Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberDecimalPartField Class / SpinUp Method / SpinUp() Method


In This Topic
    SpinUp() Method
    In This Topic
    Performs spin up behavior.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SpinUp() 
    'Usage
     
    
    Dim instance As NumberDecimalPartField
     
    instance.SpinUp()
    public void SpinUp()
    Remarks
    The method spins the Value to the previous one which greater than current.
    See Also