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

ValueObject.Implicit(CellValue to ValueObject) Operator

Implicitly converts a cell value to a ValueObject instance.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public static implicit operator ValueObject(CellValue value)

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