CellValue.Implicit(Image to CellValue) Operator
In This Article
Implicitly converts a System.Drawing.Image
value to a cell value.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
image | Image | A value to be converted to a Cell |
#Returns
Type | Description |
---|---|
Cell |
The conversion result. |
See Also