Back to Devexpress

CellValueConversionErrorEventArgs.Cell Property

officefileapi-devexpress-dot-spreadsheet-dot-export-dot-cellvalueconversionerroreventargs.md

latest1.2 KB
Original Source

CellValueConversionErrorEventArgs.Cell Property

Identifies the cell containing the value that cannot be converted.

Namespace : DevExpress.Spreadsheet.Export

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public Cell Cell { get; }
vb
Public ReadOnly Property Cell As Cell

Property Value

TypeDescription
Cell

A Cell interface that is the worksheet cell.

|

See Also

CellValueConversionErrorEventArgs Class

CellValueConversionErrorEventArgs Members

DevExpress.Spreadsheet.Export Namespace