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

    Creates a parameter that specifies a certain worksheet range.

    Namespace: DevExpress.Spreadsheet.Functions

    Assembly: DevExpress.Spreadsheet.v25.1.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