Back to Devexpress

WorkbookExportOptions.Xltx Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-export-dot-workbookexportoptions-7990b8dc.md

latest1.7 KB
Original Source

WorkbookExportOptions.Xltx Property

Provides access to options specific to exporting documents to XLTX format (MS Excel template).

Namespace : DevExpress.XtraSpreadsheet.Export

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public XltxDocumentExporterOptions Xltx { get; }
vb
Public ReadOnly Property Xltx As XltxDocumentExporterOptions

Property Value

TypeDescription
XltxDocumentExporterOptions

An XltxDocumentExporterOptions object containing export settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Xltx
DocumentOptions

.Export .Xltx

|

See Also

WorkbookExportOptions Class

WorkbookExportOptions Members

DevExpress.XtraSpreadsheet.Export Namespace