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
Description

Returns

the

named

ranges

of

the

[

Workbook

|Workbook]

as

an

array

of

[

NamedObject

|NamedObject]

objects

as

an

{

Excerpt
Wiki Markup
Msdn

:

System.Collections.IEnumerable

|IEnumerable}

System.Collections.IEnumerable
1IEnumerable
collection.

Though

the

named

ranges

are

not

returned

in

any

particular

order,

they

are

iterable.

Signature
C#
C#
<table class="diff-macro"><thead><tr><th class="diff-macro-title">unmigrated-wiki-markup</th></tr></thead><tbody><tr><td class="diff-macro-body"><pre>
 public System.Collections.Generic.IEnumerable&lt;NamedObject> NamedRanges{ get; }
</pre></td></tr></tbody></table>

...