A newer version of this page is available.
Switch to the current version.
ExcelDataSourceBeforeFillWebEventArgs.SourceOptions Property
Gets or sets options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v18.2.Web.dll
Declaration
public ExcelSourceOptionsBase SourceOptions { get; set; }
Public Property SourceOptions As ExcelSourceOptionsBase
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
Feedback