Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

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