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

IBindingRangeValueConverter.ConvertToObject(CellValue, Type, Int32) Method

Convert a cell value to a certain object.

Namespace: DevExpress.Spreadsheet

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

Declaration

object ConvertToObject(
    CellValue value,
    Type requiredType,
    int columnIndex
)

Parameters

Name Type Description
value CellValue

A CellValue to be converted.

requiredType Type

The type of object to return.

columnIndex Int32

An integer that is the index of the column in the data source.

Returns

Type Description
Object

An object to which a cell value is converted.

See Also