Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NumberSpin Class / SpinMode Property


In This Topic
    SpinMode Property (NumberSpin)
    In This Topic
    Gets or sets the spin mode.
    Syntax
    'Declaration
     
    
    Public Property SpinMode As NumberSpinMode
    'Usage
     
    
    Dim instance As NumberSpin
    Dim value As NumberSpinMode
     
    instance.SpinMode = value
     
    value = instance.SpinMode
    public NumberSpinMode SpinMode {get; set;}

    Property Value

    A NumberSpinMode enumeration that indicates how to perform the spin action.
    See Also