FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / NumberCellType Class / ShowSeparator Property


In This Topic
ShowSeparator Property (NumberCellType)
In This Topic
Gets or sets whether to display the thousands separator string.
Syntax
'Declaration
 
Public Property ShowSeparator As Boolean
 
'Usage
 
Dim instance As NumberCellType
Dim value As Boolean
 
instance.ShowSeparator = value
 
value = instance.ShowSeparator
See Also