Skip to main content
A newer version of this page is available. .

CellValueConversionErrorEventArgs.ConversionResult Property

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

Namespace: DevExpress.Spreadsheet.Export

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

Declaration

public ConversionResult ConversionResult { get; }

Property Value

Type Description
ConversionResult

A ConversionResult enumeration member.

Available values:

Name Description
Success

Conversion is successful.

Overflow

An attempt to convert a value results in an Overflow Exception.

Error

An attempt to convert a value is unsuccessful.

See Also