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
Wiki Markup
{description}
{excerpt}A [Scope|NamedObject.Scope] value specifies the scope of the object that a [NamedObject|NamedObject] refers to.{excerpt}
{signature:C#}
 public sealed class Scope : TypesafeEnum
{signature}{signature: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|