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


In This Topic
    ShowCurrencySymbol Property
    In This Topic
    Gets or sets whether to display the currency symbol.
    Syntax
    'Declaration
     
    
    Public Property ShowCurrencySymbol As Boolean
    'Usage
     
    
    Dim instance As CurrencyCellType
    Dim value As Boolean
     
    instance.ShowCurrencySymbol = value
     
    value = instance.ShowCurrencySymbol
    public bool ShowCurrencySymbol {get; set;}
    See Also