Skip to main content
All docs
V25.1
  • DefinedNameEditedEventArgs.RefersTo Property

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

    Namespace: DevExpress.XtraSpreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public string RefersTo { get; }

    Property Value

    Type Description
    String

    The defined name’s new reference.

    See Also