Skip to main content

TxtDocumentImporterOptions.Clone() Method

Creates a copy of the current TxtDocumentImporterOptions object.

Namespace: DevExpress.XtraSpreadsheet.Import

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public TxtDocumentImporterOptions Clone()

Returns

Type Description
TxtDocumentImporterOptions

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

Remarks

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

See Also