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


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