Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonNumericBox Class / Increment Property


In This Topic
    Increment Property (RibbonNumericBox)
    In This Topic
    The amount by which the Value property changes when the users presses the up and down keys.
    Syntax
    'Declaration
     
    
    Public Property Increment As Decimal
    'Usage
     
    
    Dim instance As RibbonNumericBox
    Dim value As Decimal
     
    instance.Increment = value
     
    value = instance.Increment
    public decimal Increment {get; set;}
    See Also