Back to Devexpress

WorkbookImportOptions.Txt Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-import-dot-workbookimportoptions-c9b3697b.md

latest1.6 KB
Original Source

WorkbookImportOptions.Txt Property

Provides access to options specific to importing documents in TXT format.

Namespace : DevExpress.XtraSpreadsheet.Import

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public TxtDocumentImporterOptions Txt { get; }
vb
Public ReadOnly Property Txt As TxtDocumentImporterOptions

Property Value

TypeDescription
TxtDocumentImporterOptions

A TxtDocumentImporterOptions object containing import settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Txt
DocumentOptions

.Import .Txt

|

See Also

WorkbookImportOptions Class

WorkbookImportOptions Members

DevExpress.XtraSpreadsheet.Import Namespace