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

CellValueConversionErrorEventArgs.CellValue Property

Gets the value that caused the error.

Namespace: DevExpress.Spreadsheet.Export

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public CellValue CellValue { get; }

Property Value

Type Description
CellValue

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

See Also