Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ParsedExpression.GetRanges() Method

Gets the list of ranges referenced in a formula.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public List<CellRange> GetRanges()

Returns

Type Description
List<CellRange>

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

See Also