Back to Devexpress

Cell.ParsedExpression Property

officefileapi-devexpress-dot-spreadsheet-dot-cell-ce840d7b.md

latest1.8 KB
Original Source

Cell.ParsedExpression Property

Gets or sets the expression tree from which the formula entered in the cell is built.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ParsedExpression ParsedExpression { get; set; }
vb
Property ParsedExpression As ParsedExpression

Property Value

TypeDescription
ParsedExpression

A ParsedExpression object that contains an expression tree.

|

Remarks

The ParsedExpression property provides you with access to an expression tree created from a formula contained in the worksheet cell.

You can also use the FormulaEngine.Parse method to create an expression tree from a string formula (which does not have to be entered in the cell) and pass the ExpressionContext object to specify a cell and a worksheet.

See Also

Formula Engine

ParsedExpression

Cell Interface

Cell Members

DevExpress.Spreadsheet Namespace