Back to Devexpress

DefinedName.ParsedExpression Property

officefileapi-devexpress-dot-spreadsheet-dot-definedname-e5baaaaa.md

latest1.8 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
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

Defined Names

Formula Engine

ParsedExpression

DefinedName Interface

DefinedName Members

DevExpress.Spreadsheet Namespace