GemBox.Spreadsheet

ExcelWorksheet.ExtractDataEvent Event

Event that fires when specific error occurs while extracting data to DataTable.

public event ExtractDataEventHandler ExtractDataEvent;

Event Data

The event handler receives an argument of type ExtractDataDelegateEventArgs containing data related to this event. The following ExtractDataDelegateEventArgs properties provide information specific to this event.

Property Description
Action Defines how the error will be handled.
DataTableRow Index of DataTable row where an error has occurred.
DataTableValue Value of the DataTable cell.
DestinationTable Destinaton DataTable.
ErrorID Description of error that occurred.
ExcelValue Value of the ExcelCell.
Mapping Mapping of column which contains a cell where error occurred.
WorksheetRow ExcelRow which contains a cell where error occurred.

See Also

ExcelWorksheet Class | GemBox.Spreadsheet Namespace