Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnEditor Class / DecimalIncrement Property


In This Topic
    DecimalIncrement Property (MultiColumnEditor)
    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 MultiColumnEditor
    Dim value As Single
     
    instance.DecimalIncrement = value
     
    value = instance.DecimalIncrement
    public float DecimalIncrement {get; set;}
    See Also