SpreadsheetControl.BeforeImport Event
Occurs before a document is loaded (imported from an external source).
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Win.Spreadsheet
Declaration
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. |
See Also