Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NumberFieldsInfo Class / DecimalSeparator Property


In This Topic
    DecimalSeparator Property (NumberFieldsInfo)
    In This Topic
    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