Xceed DataGrid for WPF v7.2 Documentation
Separator Property (CsvFormatSettings)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Export Namespace > CsvFormatSettings Class : Separator Property
Gets or sets the character that will be used to separate the fields of a Row.
Syntax
'Declaration
 
Public Property Separator As Char
'Usage
 
Dim instance As CsvFormatSettings
Dim value As Char
 
instance.Separator = value
 
value = instance.Separator
public char Separator {get; set;}

Property Value

A char representing the character that will be used to separate the fields of a Row.
Remarks
By default, the ',' character. Cannot be null or empty.
Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CsvFormatSettings Class
CsvFormatSettings Members