IChooseFileOptionsPageView.DocumentFormat Property
In This Article
If implemented, specifies the format of the selected document.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
ExcelDocumentFormat DocumentFormat { get; set; }
#Property Value
Type | Description |
---|---|
Excel |
An Excel |
Available values:
Name | Description |
---|---|
Xls | The XLS format. |
Xlsx | The XLSX format. |
Xlsm | The XLSM format. |
Csv | The CSV format. |
See Also