SpreadsheetBeforeImportEventArgs.Options Property
In This Article
Provides access to options specific to import.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public IImporterOptions Options { get; }
#Property Value
Type | Description |
---|---|
IImporter |
An IImporter |
#Remarks
Handle the SpreadsheetControl.BeforeImport event and specify options for import.
See Also