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


In This Topic
    Maximum Property (RibbonNumericBox)
    In This Topic
    The maximum value accepted by the component.
    Syntax
    'Declaration
     
    
    Public Property Maximum As Decimal
    'Usage
     
    
    Dim instance As RibbonNumericBox
    Dim value As Decimal
     
    instance.Maximum = value
     
    value = instance.Maximum
    public decimal Maximum {get; set;}
    See Also