[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberIntegerPartField.GroupSeparator

GroupSeparator Property

GroupSeparator

Gets or sets a char that separates groups of digits to the left of the decimal in numeric values.

Declaration
public char GroupSeparator { get; set; }
Public Property GroupSeparator As Char
Property Value
Type Description
char

The char that separates groups of digits to the left of the decimal in numeric values. The default for Invariant Info is ",".

Remarks

The initial value of this property is derived from the settings in Regional and Language Options (or Regional Options or Regional Settings) in Control Panel.

Exceptions
Type Condition
ArgumentException

The assigned value is a string contains invalid char.