Skip to main content
A newer version of this page is available. .

SpreadsheetCsvExportOptions.ValueSeparator Property

Gets or sets a character used to separate values in the resulting text. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v19.1.dll

Declaration

public char ValueSeparator { get; set; }

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
SpreadsheetExportOptions
.Csv.ValueSeparator

Remarks

By default, the value separator is “,” (comma). However, you can set it to any character using the ValueSeparator property.

See Also