Skip to main content

ParsedExpression.GetRanges() Method

Gets the list of ranges referenced in a formula.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

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