Possible ways of dealing with error after the event has been handled.
| Member Name | Description |
|---|---|
| ThrowException | Throw exception after event has been handled. |
| Continue | Continue extracting data to DataTable. To the DataTable cell the DataTableValue property from ExtractDataDelegateEventArgs object is assigned. |
| StopReading | Stop extracting data to DataTable. |
| SkipRow | Skip row. |
Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll)