Skip to main content

DefinedNameEventArgsBase.Scope Property

Gets the scope (individual worksheet or entire workbook) where a Defined Name is recognized and can be used without qualification.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string Scope { get; }

Property Value

Type Description
String

A string that identifies the defined name scope.

Remarks

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

See Also