Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / Spin Property


In This Topic
Spin Property (GcNumber)
In This Topic
Gets the spin pack for the spin function.
Syntax
'Declaration
 
Public ReadOnly Property Spin As NumberSpin
 
'Usage
 
Dim instance As GcNumber
Dim value As NumberSpin
 
value = instance.Spin

Property Value

A NumberSpin value indicates the settings about spin function.
Remarks
The spin behaviors can be customized by setting this Spin property.
See Also