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

WorkbookImportOptions.Xlsm Property

Provides access to options specific to importing documents in OpenXML format with macro support.

Namespace: DevExpress.XtraSpreadsheet.Import

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

Declaration

public XlsmDocumentImporterOptions Xlsm { get; }

Property Value

Type Description
XlsmDocumentImporterOptions

An XlsmDocumentImporterOptions object containing import settings.

Property Paths

You can access this nested property as listed below:

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