Skip to main content

CellValueConversionErrorEventArgs.CellValue Property

Gets the value that caused the error.

Namespace: DevExpress.Spreadsheet.Export

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public CellValue CellValue { get; }

Property Value

Type Description
CellValue

A CellValue object that is the value contained in the cell.

See Also