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

ParameterValue.FromRange(List<Range>) Method

Creates a ParameterValue object from the specified cell range.

Namespace: DevExpress.Spreadsheet.Functions

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

Declaration

public static ParameterValue FromRange(
    List<Range> rangeAreas
)

Parameters

Name Type Description
rangeAreas List<Range>

A IList<T><Range,> object that is the list of cell ranges.

Returns

Type Description
ParameterValue

A ParameterValue object.

See Also