Skip to main content
All docs
V24.2
Row

CellValue.Implicit(OfficeImage to CellValue) Operator

Implicitly converts an OfficeImage value to a cell value.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static implicit operator CellValue(OfficeImage image)

Parameters

Name Type Description
image OfficeImage

An OfficeImage value to be converted to a CellValue.

Returns

Type Description
CellValue

The result of conversion.

See Also