Back to Devexpress

WorkbookExportOptions.Xltm Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-export-dot-workbookexportoptions-20472323.md

latest1.7 KB
Original Source

WorkbookExportOptions.Xltm Property

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

Namespace : DevExpress.XtraSpreadsheet.Export

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public XltmDocumentExporterOptions Xltm { get; }
vb
Public ReadOnly Property Xltm As XltmDocumentExporterOptions

Property Value

TypeDescription
XltmDocumentExporterOptions

A XltmDocumentExporterOptions object containing export settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Xltm
DocumentOptions

.Export .Xltm

|

See Also

WorkbookExportOptions Class

WorkbookExportOptions Members

DevExpress.XtraSpreadsheet.Export Namespace