IBindingRangeValueConverter.TryConvertFromObject(Object) Method
In This Article
Converts the specified object to a cell value.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
value | Object | An object to be converted. |
#Returns
Type | Description |
---|---|
Cell |
A Cell |
See Also