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


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