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

IBindingRangeValueConverter.TryConvertFromObject(Object) Method

Converts the specified object to a cell value.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.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