SpreadsheetCsvExportOptions.TextQualifier Property
Gets or sets the character that encloses values in the resulting text. This is a dependency property.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
Property Value
Type | 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 |
---|---|
SpreadsheetExportOptions |
|
Remarks
The text that follows the character designated as the “text qualifier” and that precedes the next occurrence of that character is exported as one value.
See Also