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

ICellValueConverter.ConvertToObject(CellValue) Method

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

Namespace: DevExpress.Spreadsheet

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

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