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

ICellValueConverter.TryConvertFromObject(Object) Method

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

Namespace: DevExpress.Spreadsheet

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

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