Skip to main content
A newer version of this page is available. .
All docs
V21.2

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.v21.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ExcelSourceOptionsBase SourceOptions { get; set; }

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