Skip to main content

TxtDocumentImporterOptions.TextQualifier Property

Gets or sets the character that encloses values in the source text.

Namespace: DevExpress.XtraSpreadsheet.Import

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[DefaultValue('"')]
public override char TextQualifier { get; set; }

Property Value

Type Default Description
Char '\"'

A Char that is the character used as the text qualifier.

Property Paths

You can access this nested property as listed below:

Object Type Path to TextQualifier
WorkbookImportOptions
.Txt .TextQualifier

Remarks

When the text being imported contains the text qualifier character, the text that follows that character and precedes the next occurrence of that character is imported as one value, even if the text contains a delimiter character.

See Also