Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberDecimalSeparatorDisplayFieldInfo Class / DecimalSeparator Property


In This Topic
DecimalSeparator Property (NumberDecimalSeparatorDisplayFieldInfo)
In This Topic
Gets or sets the character to use as the decimal separator in display numeric values.
Syntax
'Declaration
 
Public Property DecimalSeparator As Char
 
'Usage
 
Dim instance As NumberDecimalSeparatorDisplayFieldInfo
Dim value As Char
 
instance.DecimalSeparator = value
 
value = instance.DecimalSeparator

Property Value

The character to use as the decimal separator in display numeric values.
Remarks
The property retrieves the decimal separator. The default value depends on the system information.
See Also