Skip to main content

CsvDocumentImporterOptions.Clone() Method

Creates a copy of the current CsvDocumentImporterOptions object.

Namespace: DevExpress.XtraSpreadsheet.Import

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public CsvDocumentImporterOptions Clone()

Returns

Type Description
CsvDocumentImporterOptions

A CsvDocumentImporterOptions object which is a copy of the current object.

Remarks

This method creates a new instance of the CsvDocumentImporterOptions class and copies all the values of the current CsvDocumentImporterOptions‘s properties to it.

See Also