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

Workbook.BeforeImport Event

Occurs before a document is loaded (imported from an external source).

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.v20.2.dll

Declaration

public event BeforeImportEventHandler BeforeImport

Event Data

The BeforeImport event's data class is SpreadsheetBeforeImportEventArgs. The following properties provide information specific to this event:

Property Description
DocumentFormat Gets the format of the document being imported.
Options Provides access to options specific to import.

Implements

See Also