IBindingRangeValueConverter.ConvertToObject(CellValue, Type, Int32) Method
In This Article
Convert a cell value to a certain object.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
value | Cell |
A Cell |
required |
Type | The type of object to return. |
column |
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