Message-ID: <1710158405.8939.1711668747975.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8938_1361780412.1711668747975" ------=_Part_8938_1361780412.1711668747975 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Worksheets.GetEnumerator()

Worksheets.GetEnumerator()

Description

= =20

Returns an IEnumerator for the individual Worksheets in a Worksheets obj= ect

=20
C#
=20
public IEnumerator GetEnumerator()
=20
=20
vb.net
=20
Public Function GetEnumerator As IEnumerator
=20
=20

Returns

An enumerator fo= r the individual Worksheets in a Worksheets object as a System.Collections.= IEnumerator=20

Examples

=20
C#
=20
IEnumerator enumerator =3D worksheets.GetEnumerator();
=20
=20
vb.net
=20
Dim enumerator as IEnumerator =3D worksheets.GetEnumerator()
=20
------=_Part_8938_1361780412.1711668747975--