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

Workbook.GetEnumerator()

Description

=20

Returns an IEnumerator for the Worksheets in a Workbook

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

Returns

An enumerator for = the Worksheets in a Workbook as a System.Collections.IEnumerator=20

Examples

=20
C#
=20
IEnumerator enumerator =3D wb.GetEnumerator();
=20
=20
vb.net
=20
Dim enumerator as IEnumerator =3D wb.GetEnumerator()
=20
------=_Part_9874_1821738696.1711705609430--