Skip to main content
All docs
V18.2

ExcelFormatOptions.CsvValueSeparator Property

OBSOLETE

The ExcelFormatOptions.CsvValueSeparator property is obsolete now. Use the CsvValueSeparator property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

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

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

[Obsolete("The ExcelFormatOptions.CsvValueSeparator property is obsolete now. Use the DashboardExcelExportOptions.CsvValueSeparator property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
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 ExcelFormatOptions.Format property is set to DashboardExportExcelFormat.Csv.

See Also