Back to Devexpress

WorkbookImportOptions.Xlt Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-import-dot-workbookimportoptions-95fbab98.md

latest1.7 KB
Original Source

WorkbookImportOptions.Xlt Property

Provides access to options specific to importing documents from XLT format (Microsoft Excel 97-2003 Template).

Namespace : DevExpress.XtraSpreadsheet.Import

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public XltDocumentImporterOptions Xlt { get; }
vb
Public ReadOnly Property Xlt As XltDocumentImporterOptions

Property Value

TypeDescription
XltDocumentImporterOptions

An XltDocumentImporterOptions object containing import settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Xlt
DocumentOptions

.Import .Xlt

|

See Also

WorkbookImportOptions Class

WorkbookImportOptions Members

DevExpress.XtraSpreadsheet.Import Namespace