officefileapi-devexpress-dot-xtraspreadsheet-dot-export-b9396d1d.md
Contains options used for saving (exporting) a document in OpenXML format as a template (.xltx).
Namespace : DevExpress.XtraSpreadsheet.Export
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public class XltxDocumentExporterOptions :
OpenXmlDocumentExporterOptions
Public Class XltxDocumentExporterOptions
Inherits OpenXmlDocumentExporterOptions
The following members return XltxDocumentExporterOptions objects:
An instance of the XltxDocumentExporterOptions class is accessible via the WorkbookExportOptions.Xltx property. To get a WorkbookExportOptions class instance, use the DocumentOptions.Export property of an object returned by SpreadsheetControl.Options, Workbook.Options or IWorkbook.Options.
DevExpress.Office.ISupportsCopyFrom<IExporterOptions>
Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions DocumentExporterOptions OpenXmlDocumentExporterOptions XltxDocumentExporterOptions
See Also