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


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