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

ConversionResult Enum

List possible conversion results.

Namespace: DevExpress.Spreadsheet.Export

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

Declaration

public enum ConversionResult

Members

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.

Remarks

The ConversionResult enumeration member is returned by a ICellValueToColumnTypeConverter.Convert method. If the method does not return the ConversionResult.Success value, the DataTableExporter.CellValueConversionError event fires.

See Also