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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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