CellValue.Implicit(Int64 to CellValue) Operator
Implicitly converts an Int64 value to a cell value.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v26.1.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Int64 |
Returns
| Type | Description |
|---|---|
| CellValue | A CellValue object that is the result of conversion. |
See Also