Skip to main content
A newer version of this page is available. .

ExcelExportOptions.Format Property

OBSOLETE

This property is obsolete now. Use the Format property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

Gets or sets the Excel format used for exporting.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[Obsolete("This property is obsolete now. Use the DashboardExcelExportOptions.Format property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
[DefaultValue(ExcelFormat.Xlsx)]
public ExcelFormat Format { get; set; }

Property Value

Type Default Description
ExcelFormat **Xlsx**

ExcelFormat enumeration values that specify the Excel format used for exporting.

See Also