CellValue.Implicit(Stream to CellValue) Operator
Implicitly converts a Stream value to a cell value.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A value to be converted to a CellValue. |
Returns
Type | Description |
---|---|
CellValue | The conversion result. |
See Also