Spread Windows Forms 12.0 Product Documentation
DecimalSeparator Property (NumberFieldsInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > NumberFieldsInfo Class : DecimalSeparator Property
Gets the decimal separator field of GcNumberCellType.
Syntax
'Declaration
 
Public ReadOnly Property DecimalSeparator As NumberDecimalSeparatorFieldInfo
'Usage
 
Dim instance As NumberFieldsInfo
Dim value As NumberDecimalSeparatorFieldInfo
 
value = instance.DecimalSeparator
public NumberDecimalSeparatorFieldInfo DecimalSeparator {get;}

Property Value

A GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalSeparatorFieldInfo object that indicates the field for the decimal separator.
See Also

Reference

NumberFieldsInfo Class
NumberFieldsInfo Members