Back to Devexpress

TxtDocumentImporterOptions.Clone() Method

officefileapi-devexpress-dot-xtraspreadsheet-dot-import-dot-txtdocumentimporteroptions.md

latest1.8 KB
Original Source

TxtDocumentImporterOptions.Clone() Method

Creates a copy of the current TxtDocumentImporterOptions object.

Namespace : DevExpress.XtraSpreadsheet.Import

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public TxtDocumentImporterOptions Clone()
vb
Public Function Clone As TxtDocumentImporterOptions

Returns

TypeDescription
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

TxtDocumentImporterOptions Class

TxtDocumentImporterOptions Members

DevExpress.XtraSpreadsheet.Import Namespace