SpreadsheetBeforeImportEventArgs.Options Property
Provides access to options specific to import.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
IImporterOptions | An IImporterOptions descendant containing options specific to import. |
Remarks
Handle the SpreadsheetControl.BeforeImport event and specify options for import.
See Also