TxtDocumentImporterOptions.Clone() Method
Creates a copy of the current TxtDocumentImporterOptions object.
Namespace: DevExpress.XtraSpreadsheet.Import
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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