Page tree
Skip to end of metadata
Go to start of metadata

Description

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

C#
vb.net

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

External

Workbook

Workbook

Worksheet

Worksheet

  • No labels