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

Area.WorksheetIndex

Description

=20

Returns the 0-based index of the worksheet that contains the specified a= rea, or -1 if the worksheet that contained the area doesn't exist anymore.<= /p>=20

C#
=20
 public int WorksheetIndex{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property WorksheetIndex() As Integer
=20
=20

Examples

=20
C#
=20
int sheetNum =3D a.WorksheetIndex;
=20
=20
vb.net
=20
Dim sheetNum As Integer =3D a.WorksheetIndex
=20
------=_Part_8884_1368876724.1711666666959--