ValueObject.Implicit(CellValue to ValueObject) Operator
Implicitly converts a cell value to a ValueObject instance.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | CellValue | A CellValue object to be converted to a ValueObject. |
Returns
| Type | Description |
|---|---|
| ValueObject | A ValueObject object that is the result of conversion. |
See Also