officefileapi-devexpress-dot-xtraspreadsheet-dot-export-9fbb1e92.md
Represents the base class for options used for saving (exporting) documents in different formats.
Namespace : DevExpress.XtraSpreadsheet.Export
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public abstract class DocumentExporterOptions :
SpreadsheetNotificationOptions,
IExporterOptions,
ISupportsCopyFrom<IExporterOptions>
Public MustInherit Class DocumentExporterOptions
Inherits SpreadsheetNotificationOptions
Implements IExporterOptions,
ISupportsCopyFrom(Of IExporterOptions)
DevExpress.Office.ISupportsCopyFrom<IExporterOptions>
Show 17 items
Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions DocumentExporterOptions HtmlDocumentExporterOptions
OpenXmlDocumentExporterOptions
XmlSpreadsheet2003DocumentExporterOptions
See Also