DataSourceModel.SourceOptions Property
In This Article
Specifies the options of an Excel data source.
Namespace: DevExpress.DataAccess.Wizard.Model
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public ExcelSourceOptionsBase SourceOptions { get; set; }
#Property Value
Type | Description |
---|---|
Excel |
An Excel |
#Remarks
This setting is used to create an ExcelDataSource.
#Implements
See Also