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.v26.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