GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / Spin Property


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

Property Value

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