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


In This Topic
    GroupSeparator Property (NumberMoneyPatternDisplayField)
    In This Topic
    Gets or sets the group separator of the field.
    Syntax
    'Declaration
     
    
    Public Property GroupSeparator As Char
    'Usage
     
    
    Dim instance As NumberMoneyPatternDisplayField
    Dim value As Char
     
    instance.GroupSeparator = value
     
    value = instance.GroupSeparator
    public char GroupSeparator {get; set;}

    Property Value

    A System.Char value indicates the group separator.
    Remarks
    The property retrieves the group separator. The default value depends on the system information.
    See Also