Skip to main content

CsvSourceOptions.ValueSeparator Property

Gets or sets a character used to separate values in a CSV document.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public char ValueSeparator { get; set; }

Property Value

Type 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