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


In This Topic
    DecimalSeparator Property (NumberFields)
    In This Topic
    Gets the decimal separator field of the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DecimalSeparator As NumberDecimalSeparatorField
    'Usage
     
    
    Dim instance As NumberFields
    Dim value As NumberDecimalSeparatorField
     
    value = instance.DecimalSeparator
    public NumberDecimalSeparatorField DecimalSeparator {get;}

    Property Value

    A NumberDecimalSeparatorField object indicates field for decimal separator.
    See Also