CellValueConversionErrorEventArgs() Constructor
Initializes a new instance of the CellValueConversionErrorEventArgs class with the default settings.
Namespace: DevExpress.Spreadsheet.Export
Assembly: DevExpress.Spreadsheet.v21.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Remarks
The CellValueConversionErrorEventArgs is created automatically and passed to the handler of the DataTableExporter.CellValueConversionError event.
See Also