Back to Devexpress

WorkbookImportOptions.Xltx Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-import-dot-workbookimportoptions-203f9e18.md

latest1.7 KB
Original Source

WorkbookImportOptions.Xltx Property

Provides access to options specific to importing documents from XLTX format (MS Excel template).

Namespace : DevExpress.XtraSpreadsheet.Import

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public XltxDocumentImporterOptions Xltx { get; }
vb
Public ReadOnly Property Xltx As XltxDocumentImporterOptions

Property Value

TypeDescription
XltxDocumentImporterOptions

An XltxDocumentImporterOptions object containing import settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Xltx
DocumentOptions

.Import .Xltx

|

See Also

WorkbookImportOptions Class

WorkbookImportOptions Members

DevExpress.XtraSpreadsheet.Import Namespace