A Scope value specifies the scope of the object that a NamedObject refers to.

 public sealed class Scope : TypesafeEnum
Public NotInheritable Class Scope
		Inherits TypesafeEnum

Named objects of type ExternalReference are always scoped External. Other named objects are scoped either Worksheet or Workbook, depending on whether they can be accessed via Workbook.GetNamedRange or Worksheet.GetNamedRange.

Name

Description

External

External

Workbook

Workbook

Worksheet

Worksheet