Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / IntegerIncrement Property


In This Topic
IntegerIncrement Property
In This Topic
Sets the amount by which the value increments when the cursor is in the integer portion.
Syntax
'Declaration
 
Public Property IntegerIncrement As Single
 
'Usage
 
Dim instance As GeneralEditor
Dim value As Single
 
instance.IntegerIncrement = value
 
value = instance.IntegerIncrement
See Also