A newer version of this page is available.
Switch to the current version.
IExcelDataSourceModel.SourceOptions Property
If implemented, specifies options used to extract data form the selected Excel file.
Namespace: DevExpress.DataAccess.Wizard.Model
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
ExcelSourceOptionsBase SourceOptions { get; set; }
Property SourceOptions As ExcelSourceOptionsBase
Property Value
Type | Description |
---|---|
ExcelSourceOptionsBase | An ExcelSourceOptionsBase descendant containing options used to extract data from the selected Excel file. |
See Also
Feedback