ParameterValue.Implicit(CellValue[,] to ParameterValue) Operator
Implicitly converts an array of cell values to a ParameterValue.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
values | CellValue[,] | A two-dimensional array of CellValue objects to be converted to a ParameterValue. |
Returns
Type | Description |
---|---|
ParameterValue | A ParameterValue object that is the result of conversion. |
See Also