ExcelDataSourceModel(ExcelDataSourceModel) Constructor
Initializes a new instance of the ExcelDataSourceModel class with the specified prototype.
Namespace: DevExpress.DataAccess.Wizard.Model
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| other | ExcelDataSourceModel | An ExcelDataSourceModel object specifying a prototype for a new ExcelDataSourceModel instance. |
See Also