Spread Windows Forms 12.0 Product Documentation
GroupSeparator Property (NumberMoneyPatternDisplayFieldInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > NumberMoneyPatternDisplayFieldInfo Class : GroupSeparator Property
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
public char GroupSeparator {get; set;}

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

Reference

NumberMoneyPatternDisplayFieldInfo Class
NumberMoneyPatternDisplayFieldInfo Members