ExcelSourceOptionsViewModel.ValueSeparator Property
Specifies a character used to separate values in a CSV document.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
Char | A Char value, specifying the character used to separate values in a CSV document. |
Remarks
Use the ExcelSourceOptionsViewModel.DetectValueSeparator property to specify whether the character used to separate values in a CSV document is determined automatically.
See Also