CellValueConversionErrorEventArgs.Initialize(Cell, CellValue, DataColumn, ConversionResult) Method
Initializes the object before passing it to a DataTableExporter.CellValueConversionError event handler.
Namespace: DevExpress.Spreadsheet.Export
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
public void Initialize(
Cell cell,
CellValue value,
DataColumn dataColumn,
ConversionResult prevResult
)
Parameters
Name | Type | Description |
---|---|---|
cell | Cell | A Cell interface that identifies a worksheet cell. |
value | CellValue | A CellValue object that is the value contained in the cell. |
dataColumn | DataColumn | A DataColumn object that is the column in a DataTable |
prevResult | ConversionResult | A ConversionResult enumeration member that is the result of an attempt to convert the cell value. |
See Also