Spread WinForms 15
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

Property Value

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