GemBox.Spreadsheet

ExtractDataEventAction Enumeration

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

public enum ExtractDataEventAction

Members

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.

Requirements

Namespace: GemBox.Spreadsheet

Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll)

See Also

GemBox.Spreadsheet Namespace