DashboardExcelDataSourceBeforeFillEventArgs.SourceOptions Property
Gets or sets options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
ExcelSourceOptionsBase | A ExcelSourceOptionsBase descendant that contains options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files. |
See Also