DashboardExcelDataSourceBeforeFillEventArgs.SourceOptions Property
In This Article
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.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public ExcelSourceOptionsBase SourceOptions { get; set; }
#Property Value
Type | Description |
---|---|
Excel |
A Excel |
See Also