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


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