Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DateSpin Class / SpinMode Property


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

    Property Value

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