Skip to main content
A newer version of this page is available. .

ParsedExpression.GetRanges(IExpressionContext) Method

Gets the list of ranges referenced in a formula.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public List<Range> GetRanges(
    IExpressionContext context
)

Parameters

Name Type Description
context IExpressionContext

An ExpressionContext object providing information on the worksheet, cell, formula type and the current culture.

Returns

Type Description
List<Range>

A list of Range objects which are the ranges referenced in a formula.

See Also