CsvDocumentExporterOptions.ValueSeparator Property
Gets or sets a character used to separate values in the resulting text.
Namespace: DevExpress.XtraSpreadsheet.Export
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Char | A Char object that is the character used as a value separator. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ValueSeparator |
---|---|
WorkbookExportOptions |
|
Remarks
By default, the value separator fore CSV format is “,” (comma). However, you can set it to any character using the ValueSeparator property.
See Also