Possible ways of dealing with error after the event has been handled.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
public enum ExtractDataEventAction |
| Visual Basic |
|---|
Public Enumeration ExtractDataEventAction |
Members
| Member name | Value | Description | |
|---|---|---|---|
| ThrowException | 0 | Throw exception after event has been handled. | |
| Continue | 1 | Continue extracting data to DataTable. To the DataTable cell the DataTableValue property from ExtractDataDelegateEventArgs object is assigned. | |
| StopReading | 2 | Stop extracting data to DataTable. | |
| SkipRow | 3 | Skip row. |