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

DefinedNameReferenceExpression.DefinedName Property

Gets or sets the defined name used in an expression.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public string DefinedName { get; set; }

Property Value

Type Description
String

A string that is the worksheet defined name.

See Also