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


In This Topic
    CurrencySymbol Property (RibbonNumericBox)
    In This Topic
    The string to use as the currency symbol.
    Syntax
    'Declaration
     
    
    Public Property CurrencySymbol As String
    'Usage
     
    
    Dim instance As RibbonNumericBox
    Dim value As String
     
    instance.CurrencySymbol = value
     
    value = instance.CurrencySymbol
    public string CurrencySymbol {get; set;}
    See Also