DataTableExporter Events
Performs export of the worksheet range to the data table.| Name | Description |
|---|---|
| CellValueConversionError | Fires if an error occurs during conversion of a specific cell value to the value which should be stored in a data table. |
| ProcessEmptyRow | Occurs when an empty row is encountered during export and the DataTableExportOptions.SkipEmptyRows property is false. |
See Also