CellValue.Implicit(ErrorType to CellValue) Operator
In This Article
Implicitly converts a value of error type to a cell value.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
value | Error |
An Error |
#Returns
Type | Description |
---|---|
Cell |
A Cell |
See Also