Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / DecimalIncrement Property


In This Topic
    DecimalIncrement Property
    In This Topic
    Sets the amount by which the value increments when the cursor is in the decimal portion.
    Syntax
    'Declaration
     
    
    Public Property DecimalIncrement As Single
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As Single
     
    instance.DecimalIncrement = value
     
    value = instance.DecimalIncrement
    public float DecimalIncrement {get; set;}
    See Also