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

Worksheets.Item(Int32)

Description

=20

Returns the worksheet at the specified position. This property is an ind= exer for the Worksheets class.

= =20
C#
=20
 public Worksheet this[int position] { get; }
=20
=20
vb.net
=20
Public Default ReadOnly Property Item(ByVal position As Integer) As Workshe=
et
=20
=20

Parameters

=20
position
The 0-based positi= on the worksheet to get.=20

Returns

The worksheet at the= specified position.=20

Examples

=20
C#
=20
Worksheet Sheet1 =3D oWorkbook.Worksheet[0];
=20
=20
vb.net
=20
Dim Sheet1 As Worksheet =3D oWorkbook.Worksheet(0)
=20
------=_Part_9410_1411219502.1711690449151--