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

WorkbookImportOptions.Xltm Property

Provides access to options specific to importing documents from XLM format (MS Excel macro file format).

Namespace: DevExpress.XtraSpreadsheet.Import

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

Declaration

public XltmDocumentImporterOptions Xltm { get; }

Property Value

Type Description
XltmDocumentImporterOptions

An XltmDocumentImporterOptions object containing import settings.

Property Paths

You can access this nested property as listed below:

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