GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateShortHourField Class / SpinIncrement Property


In This Topic
SpinIncrement Property (DateShortHourField)
In This Topic
Gets or sets the spin increment.
Syntax
'Declaration
 
Public Property SpinIncrement As Integer
 
'Usage
 
Dim instance As DateShortHourField
Dim value As Integer
 
instance.SpinIncrement = value
 
value = instance.SpinIncrement

Property Value

An System.Int32 value indicates the spin increment.
Remarks
The default value is the owner's Spin.Increment value except we set the value.
See Also