Skip to main content

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.v24.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string Reference { get; }

Property Value

Type Description
String

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

See Also