Possible ways of dealing with error after the event has been handled.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025

Syntax

C#
public enum ExtractDataEventAction
Visual Basic
Public Enumeration ExtractDataEventAction

Members

Member nameValueDescription
ThrowException0 Throw exception after event has been handled.
Continue1 Continue extracting data to DataTable. To the DataTable cell the DataTableValue property from ExtractDataDelegateEventArgs object is assigned.
StopReading2 Stop extracting data to DataTable.
SkipRow3 Skip row.

See Also