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}Returns the scope of the name, relative to the Excel workbook.{excerpt}
{signature:C#}
 public Scope NameScope{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property NameScope() As Scope
{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}