Skip to main content

WorkbookExportOptions.Xlt Property

Provides access to options specific to exporting documents to XLT format (Microsoft Excel 97-2003 Template).

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v24.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public XltDocumentExporterOptions Xlt { get; }

Property Value

Type Description
XltDocumentExporterOptions

An XltDocumentExporterOptions object containing export settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to Xlt
DocumentOptions
.Export .Xlt
See Also