Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CurrencyCellType Class / CurrencySymbol Property


In This Topic
    CurrencySymbol Property (CurrencyCellType)
    In This Topic
    Gets or sets the string for the currency symbol when displaying currency values.
    Syntax
    'Declaration
     
    
    Public Property CurrencySymbol As String
    'Usage
     
    
    Dim instance As CurrencyCellType
    Dim value As String
     
    instance.CurrencySymbol = value
     
    value = instance.CurrencySymbol
    public string CurrencySymbol {get; set;}
    See Also