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
See Also