Skip to main content
A newer version of this page is available. .

ExcelDataSourceModel.Clone() Method

Creates a new ExcelDataSourceModel instance, which is a copy of the current instance.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public override object Clone()

Returns

Type Description
Object

A new ExcelDataSourceModel instance, which is a copy of the current instance.

See Also