CsvSourceOptions.ValueSeparator Property
Gets or sets a character used to separate values in a CSV document.
Namespace: DevExpress.DataAccess.Excel
Assembly: DevExpress.DataAccess.v24.2.dll
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