Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

Declaration

public XltDocumentImporterOptions Xlt { get; }

Property Value

Type Description
XltDocumentImporterOptions

An XltDocumentImporterOptions object containing import settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Xlt
WinForms Controls SpreadsheetControlOptions
.Import.Xlt
Office File API DocumentOptions
.Import.Xlt
See Also