ParameterValue.FromRange(CellRange) Method
Creates a parameter that specifies a certain worksheet range.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | CellRange | A CellRange object that is the worksheet range being passed as a parameter. |
Returns
Type | Description |
---|---|
ParameterValue | A ParameterValue that is the parameter signifying the worksheet range. |
See Also