A newer version of this page is available.
Switch to the current version.
ExcelDocumentFormat Enum
Lists values that specify the format of the document used to supply the ExcelDataSource with data.
Namespace: DevExpress.DataAccess.Excel
Assembly: DevExpress.DataAccess.v19.1.dll
Declaration
Members
Name | Description |
---|---|
Xls | The XLS format. |
Xlsx | The XLSX format. |
Xlsm | The XLSM format. |
Csv | The CSV format. |
Related API Members
The following properties accept/return ExcelDocumentFormat values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | BeforeFillEventArgs.StreamDocumentFormat |
ChooseFileOptionsPageView.DocumentFormat | |
ExcelDataSource.StreamDocumentFormat | |
IChooseFileOptionsPageView.DocumentFormat | |
WinForms Controls | ChooseFileOptionsPageView.DocumentFormat |
WPF Controls | ChooseFileOptionsPage.DocumentFormat |
Dashboard | ExcelDataSourceBeforeFillEventArgs.StreamDocumentFormat |
ExcelDataSourceBeforeFillWebEventArgs.StreamDocumentFormat |
Remarks
Values listed in this enumeration are used to set the ExcelDataSource.StreamDocumentFormat property.
See Also
Feedback