Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TxtDocumentExporterOptions.ValueSeparator Property

Gets or sets a character used to separate values in the resulting text.

Namespace: DevExpress.XtraSpreadsheet.Export

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

Declaration

public override 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
WorkbookExportOptions
.Txt.ValueSeparator
See Also