CellValueConversionErrorEventArgs Properties
Provides data for the DataTableExporter.CellValueConversionError event.| Name | Description |
|---|---|
| Action | Specifies the action performed after the DataTableExporter.CellValueConversionError event is handled. |
| Cell | Identifies the cell containing the value that cannot be converted. |
| CellValue | Gets the value that caused the error. |
| ConversionResult | Gets an enumeration member that identifies the cause of the conversion error. |
| DataColumn | Provides access to a column in a target DataTable that cannot be filled with data for the current row due to a conversion error. |
| DataTableValue | Gets or sets a value contained in the target DataTable. |
See Also