Workbook.BeforeExport Event
In This Article
Occurs before the document is saved (exported to a certain format).
You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this event in production code.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public event BeforeExportEventHandler BeforeExport
#Event Data
The BeforeExport event's data class is SpreadsheetBeforeExportEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Document |
Gets the format of the document to which the worksheet will be exported. |
Options | Provides access to the options specific to export. |
#Implements
See Also