Skip to main content
All docs
V24.1

DefinedNameEditedEventArgs.OldRefersTo Property

Gets a string that specifies a cell, cell range, formula, or constant to which the defined name previously referred.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string OldRefersTo { get; }

Property Value

Type Description
String

The defined name’s previous reference.

See Also