Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / IntegerIncrement Property


In This Topic
    IntegerIncrement Property (GeneralEditor)
    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