ICellValueConverter.ConvertToObject(CellValue) Method
Implement this method to convert a cell value to a certain object.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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