Skip to main content

ParameterValue.FromRange(CellRange) Method

Creates a parameter that specifies a certain worksheet range.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static ParameterValue FromRange(
    CellRange value
)

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