FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / PercentCellType Class / DecimalSeparator Property


In This Topic
DecimalSeparator Property (PercentCellType)
In This Topic
Gets or sets the decimal character.
Syntax
'Declaration
 
Public Property DecimalSeparator As String
 
'Usage
 
Dim instance As PercentCellType
Dim value As String
 
instance.DecimalSeparator = value
 
value = instance.DecimalSeparator
See Also