IBindingRangeValueConverter.TryConvertFromObject(Object) Method
Converts the specified object to a cell value.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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