Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

Signature
C#C#
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}{signature:vb.net
vb.net
}
Public NotInheritable Class Scope
		Inherits TypesafeEnum
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

...

External

...

Workbook

...

Worksheet

{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|