ISpreadsheetComponent.BeforeImport Event
In This Article
Occurs before a document is loaded (imported from an external source).
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
event BeforeImportEventHandler BeforeImport
#Event Data
The BeforeImport event's data class is SpreadsheetBeforeImportEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Document |
Gets the format of the document being imported. |
Options | Provides access to options specific to import. |
See Also