CsvSourceOptions.ValueSeparator Property
Gets or sets a character used to separate values in a CSV document.
Namespace: DevExpress.DataAccess.Excel
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
Type | Default | Description |
---|---|---|
Char | ',' | A Char value that specifies the character used to separate values in a CSV document. |
Remarks
Use the CsvSourceOptions.DetectValueSeparator property to specify whether the character used to separate values in a CSV document is determined automatically.
See Also