Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Workbook.BeforeExport Event

Occurs before the document is saved (exported to a certain format).

You require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this event in production code.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Docs.v19.1.dll

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
DocumentFormat 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