Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DefinedName.ParsedExpression Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

ParsedExpression ParsedExpression { get; set; }

#Property Value

Type Description
ParsedExpression

An object that contains the expression tree. If null (Nothing in Visual Basic), an ArgumentException is thrown.

#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