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

CellValueConversionErrorEventArgs.ConversionResult Property

Gets an enumeration member that identifies the cause of the conversion error.

Namespace: DevExpress.Spreadsheet.Export

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public ConversionResult ConversionResult { get; }

Property Value

Type Description
ConversionResult

A ConversionResult enumeration member.

See Also