Skip to main content
Row

ICellValueConverter.ConvertToObject(CellValue) Method

Implement this method to convert a cell value to a certain object.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

object ConvertToObject(
    CellValue value
)

Parameters

Name Type Description
value CellValue

A CellValue to be converted.

Returns

Type Description
Object

An object to which a cell value is converted.

See Also