Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / NumberCellType Class / SpinIntegerIncrement Property


In This Topic
SpinIntegerIncrement Property (NumberCellType)
In This Topic
Gets or sets the amount by which the value increments when using the spin buttons and the cursor is in the integer portion.
Syntax
'Declaration
 
Public Property SpinIntegerIncrement As Single
 
'Usage
 
Dim instance As NumberCellType
Dim value As Single
 
instance.SpinIntegerIncrement = value
 
value = instance.SpinIntegerIncrement
See Also