Skip to main content
All docs
V23.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.v23.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