Spread Windows Forms 12.0 Product Documentation
DecimalSeparator Property (NumberMoneyPatternDisplayFieldInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > NumberMoneyPatternDisplayFieldInfo Class : DecimalSeparator Property
Gets or sets the decimal separator of the field.
Syntax
'Declaration
 
Public Property DecimalSeparator As Char
'Usage
 
Dim instance As NumberMoneyPatternDisplayFieldInfo
Dim value As Char
 
instance.DecimalSeparator = value
 
value = instance.DecimalSeparator
public char DecimalSeparator {get; set;}

Property Value

A System.Char value indicatse the decimal point.
Remarks
The property retrieves the decimal separator. The default value depends on the system information.
See Also

Reference

NumberMoneyPatternDisplayFieldInfo Class
NumberMoneyPatternDisplayFieldInfo Members