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

DefinedName.ParsedExpression Property

Gets or sets the expression tree which is built from the formula to which the defined name refers.

Namespace: DevExpress.Spreadsheet

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

Declaration

ParsedExpression ParsedExpression { get; set; }

Property Value

Type Description
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 to which a defined name refers. The formula from which an expression tree is built is accessible using the DefinedName.RefersTo property.

See Also