Skip to main content
All docs
V25.1
  • ParameterValue.FromRange(List<CellRange>) Method

    Creates a ParameterValue object from the specified cell range.

    Namespace: DevExpress.Spreadsheet.Functions

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public static ParameterValue FromRange(
        List<CellRange> rangeAreas
    )

    Parameters

    Name Type Description
    rangeAreas List<CellRange>

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

    Returns

    Type Description
    ParameterValue

    A ParameterValue object.

    See Also