Skip to main content
Row

ICellValueConverter.TryConvertFromObject(Object) Method

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

CellValue TryConvertFromObject(
    object value
)

Parameters

Name Type Description
value Object

An object to be converted.

Returns

Type Description
CellValue

A CellValue to which an object is converted.

See Also