Skip to main content

ExcelExportOptions.CsvValueSeparator Property

OBSOLETE

This property is obsolete now. Use the CsvValueSeparator property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[Obsolete("This property is obsolete now. Use the DashboardExcelExportOptions.CsvValueSeparator property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public string CsvValueSeparator { get; set; }

Property Value

Type Description
String

A String value that specifies the character used to separate values in a CSV document.

Remarks

Note that the CsvValueSeparator property is in effect when the ExcelExportOptions.Format is set to ExcelFormat.Csv.

See Also