Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / PercentCellType Class / PercentSign Property


In This Topic
PercentSign Property (PercentCellType)
In This Topic
Gets or sets the character to display as the percent sign.
Syntax
'Declaration
 
Public Property PercentSign As String
 
'Usage
 
Dim instance As PercentCellType
Dim value As String
 
instance.PercentSign = value
 
value = instance.PercentSign
See Also