Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TxtDocumentImporterOptions.Clone() Method

Creates a copy of the current TxtDocumentImporterOptions object.

Namespace: DevExpress.XtraSpreadsheet.Import

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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