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

ExcelDataSourceBeforeFillEventArgs.SourceOptions Property

Gets or sets options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.2.Win.dll

Declaration

public ExcelSourceOptionsBase SourceOptions { get; set; }

Property Value

Type Description
ExcelSourceOptionsBase

A ExcelSourceOptionsBase descendant containing options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.

See Also