Skip to main content
All docs
V19.1
.NET Framework 4.5.2+

ParameterValue.FromRange(Range) Method

Creates a parameter that specifies a certain worksheet range.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public static ParameterValue FromRange(
    Range value
)

Parameters

Name Type Description
value Range

A Range 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