Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#
 public sealed class Scope : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class Scope
		Inherits TypesafeEnum
{signature}
{remarks}
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}}.
{remarks}
{values}
||Name||Description||
|{anchor:External}External|External|
|{anchor:Workbook}Workbook|Workbook|
|{anchor:Worksheet}Worksheet|Worksheet|
Remarks

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.

Values

Name

Description

Anchor
External
External
External

External

Anchor
Workbook
Workbook
Workbook

Workbook

Anchor
Worksheet
Worksheet
Worksheet

Worksheet