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

ParsedExpression Class

Contains an expression tree and provides methods to handle it.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public class ParsedExpression :
    IParsedExpression

The following members accept/return ParsedExpression objects:

Remarks

The ParsedExpression object is returned by the FormulaEngine.Parse method, by using the Cell.ParsedExpression or the DefinedName.ParsedExpression properties.

The ParsedExpression.GetRanges method can be used to obtain cell ranges referenced in the formula. The ParsedExpression.ToString method can be used to create a string expression from the expression tree (reverting the FormulaEngine.Parse method).

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ParsedExpression class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
ParsedExpression
See Also