ParsedExpression.GetRanges(IExpressionContext) Method
Gets the list of ranges referenced in a formula.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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<CellRange> | A list of CellRange objects which are the ranges referenced in a formula. |
See Also