Back to Devexpress

XltxDocumentExporterOptions Class

officefileapi-devexpress-dot-xtraspreadsheet-dot-export-b9396d1d.md

latest2.7 KB
Original Source

XltxDocumentExporterOptions Class

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

Declaration

csharp
public class XltxDocumentExporterOptions :
    OpenXmlDocumentExporterOptions
vb
Public Class XltxDocumentExporterOptions
    Inherits OpenXmlDocumentExporterOptions

The following members return XltxDocumentExporterOptions objects:

Remarks

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.

Implements

INotifyPropertyChanged

IExporterOptions

DevExpress.Office.ISupportsCopyFrom<IExporterOptions>

Inheritance

Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions DocumentExporterOptions OpenXmlDocumentExporterOptions XltxDocumentExporterOptions

See Also

XltxDocumentExporterOptions Members

DevExpress.XtraSpreadsheet.Export Namespace