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


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