Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CurrencyCellType Class / GetSeparatorCharacter Method


In This Topic
GetSeparatorCharacter Method (CurrencyCellType)
In This Topic
Gets the separator character for formatting currency values.
Syntax
'Declaration
 
Protected Function GetSeparatorCharacter() As String
 
'Usage
 
Dim instance As CurrencyCellType
Dim value As String
 
value = instance.GetSeparatorCharacter()
See Also