Skip to main content
All docs
V25.1
  • DefinedNameEventArgs.Scope Property

    Gets the defined name’s scope - an area within a spreadsheet application (an individual worksheet or the entire workbook) where a defined name is recognized and can be used without qualification.

    Namespace: DevExpress.XtraSpreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public string Scope { get; }

    Property Value

    Type Description
    String

    A string that identifies the defined name’s scope.

    Remarks

    The Scope property value can be the name of the worksheet, the Worksheet.Name property value, or null if the scope is the entire workbook.

    See Also