Page tree

Versions Compared

Key

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

Excerpt

Returns the scope of the name, relative to the Excel workbook.

{signature}
{example}{code:csharp|title=C#}
Object nameValue = namedObj.Value;
{code}
{code:vb.net
|title=vb.net
}
Dim nameValue As Object = namedObj.Value{code}

{example}
Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns the scope of the name, relative to the Excel workbook.{excerpt}
{signature:C#}
 public Scope NameScope{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property NameScope() As Scope
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle