Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CellValueConversionErrorEventArgs() Constructor

Initializes a new instance of the CellValueConversionErrorEventArgs class with the default settings.

Namespace: DevExpress.Spreadsheet.Export

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public CellValueConversionErrorEventArgs()

Remarks

The CellValueConversionErrorEventArgs is created automatically and passed to the handler of the DataTableExporter.CellValueConversionError event.

See Also