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


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

Property Value

A System.Int32 value that indicates the spin increment.
Remarks
The default value is the owner's Spin.Increment value except when setting the value.
See Also