CellValueConversionErrorEventArgs.ConversionResult Property
Gets an enumeration member that identifies the cause of the conversion error.
Namespace: DevExpress.Spreadsheet.Export
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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