ExcelFormat Enum
Lists values that specify the Excel format used for exporting.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Members
Name | Description |
---|---|
Csv
|
A comma-separated values (CSV) file format. |
Xls
|
The Excel 97 - Excel 2003 (XLS) file format. |
Xlsx
|
The Office Excel 2007 XML-based (XLSX) file format. |
Remarks
Values listed by this enumeration are used to set the DashboardExcelExportOptions.Format property.
See Also