DecimalSeparator Property

Gets or sets the value that is used as a separator between integer and fractional parts of a float number.

Syntax

Public Property DecimalSeparator As DecimalSeparator

Applies To

Grid Object

Data Type

Enumerated

The following settings are available:

Constant Value Description
Dot 0 The separator is the dot (.) character.
Comma 1 The separator is the comma (,) character.
System 2 Holds the value which is specified by Regional Settings in the Windows Control Panel.