Back to Devexpress

OpenXmlDocumentExporterOptions Class

officefileapi-devexpress-dot-xtraspreadsheet-dot-export-3a42c569.md

latest3.2 KB
Original Source

OpenXmlDocumentExporterOptions Class

Contains options used for saving (exporting) a document in OpenXML format (aka MS Excel 2007 default format, .xlsx).

Namespace : DevExpress.XtraSpreadsheet.Export

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

The following members return OpenXmlDocumentExporterOptions objects:

Remarks

An instance of the OpenXmlDocumentExporterOptions class is accessible via the WorkbookExportOptions.OpenXml 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 XlsbDocumentExporterOptions

XlsmDocumentExporterOptions

XltxDocumentExporterOptions

XltmDocumentExporterOptions

See Also

OpenXmlDocumentExporterOptions Members

DevExpress.XtraSpreadsheet.Export Namespace