Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NumberSpin Class / IncrementValue Property


In This Topic
IncrementValue Property (NumberSpin)
In This Topic
Gets or sets the increment value.
Syntax
'Declaration
 
Public Property IncrementValue As Decimal
 
'Usage
 
Dim instance As NumberSpin
Dim value As Decimal
 
instance.IncrementValue = value
 
value = instance.IncrementValue

Property Value

A System.Decimal value that indicates the increment value.
See Also