Message-ID: <1350030180.9097.1711675919374.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9096_1573990218.1711675919374" ------=_Part_9096_1573990218.1711675919374 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Worksheet.NamedRanges

Worksheet.NamedRanges

Description

Returns the named ranges of the=20 Worksheet as an array of=20 NamedObject objects as an=20 IEnumerable collection. T= hough the named ranges are not returned in any particular order, they itera= ble.=20
C#
=20
public System.Collections.Generic.IEnumerable&l=
t;NamedObject> NamedRanges{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property NamedRanges() As System=
.Collections.Generic.IEnumerable(Of NamedObject)
=20
=20

Examples

=20
C#
=20
          NamedObject[] ranges =3D ws.NamedRanges;
        
=20
vb.net
=20
          Dim ranges as NamedObject() =3D ws.NamedRanges
        
=20
------=_Part_9096_1573990218.1711675919374--