Spread Windows Forms 15.0
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
    public float IntegerIncrement {get; set;}
    See Also