Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DefinedNameEventArgsBase.Reference Property

Gets the reference to a cell or cell range, formula or constant associated with the Defined Name.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public string Reference { get; }

Property Value

Type Description
String

A string that corresponds to the DefinedName.RefersTo property value.

See Also