Spread Windows Forms 12.0 Product Documentation
NumberGroupSeparator Property (IRegionalSettings)


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > IRegionalSettings Interface : NumberGroupSeparator Property
Gets or sets the string that separates a number group.
Syntax
'Declaration
 
Property NumberGroupSeparator As String
'Usage
 
Dim instance As IRegionalSettings
Dim value As String
 
instance.NumberGroupSeparator = value
 
value = instance.NumberGroupSeparator
string NumberGroupSeparator {get; set;}

Property Value

String containing the group separator for numeric values
Remarks

You can specify more than one character for the group separator.

Specify the number of digits to separate by setting the NumberGroupSize property.

See Also

Reference

IRegionalSettings Interface
IRegionalSettings Members
NumberGroupSize Property