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

CellValueConversionErrorEventArgs.Cell Property

Identifies the cell containing the value that cannot be converted.

Namespace: DevExpress.Spreadsheet.Export

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

Declaration

public Cell Cell { get; }

Property Value

Type Description
Cell

A Cell interface that is the worksheet cell.

See Also