Spread Windows Forms 12.0 Product Documentation
SpinMode Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DateSpin Class : SpinMode Property
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

Reference

DateSpin Class
DateSpin Members