Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Returns the named ranges of the Workbook as an array of NamedObject objects as an

Msdn
System.Collections.IEnumerable
System.Collections.IEnumerable
1IEnumerable
collection. Though the named ranges are not returned in any particular order, they are iterable.

Signature
C#
C#
 public System.Collections.Generic.IEnumerable<NamedObject> NamedRanges{ get; }

...