Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberMoneyPatternDisplayFieldInfo Class / GroupSeparator Property


In This Topic
GroupSeparator Property (NumberMoneyPatternDisplayFieldInfo)
In This Topic
Gets or sets the group separator of the field.
Syntax
'Declaration
 
Public Property GroupSeparator As Char
 
'Usage
 
Dim instance As NumberMoneyPatternDisplayFieldInfo
Dim value As Char
 
instance.GroupSeparator = value
 
value = instance.GroupSeparator

Property Value

A System.Char value indicates the group separator.
Remarks
The property retrieves the group separator. The default value depends on the system information.
See Also