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

Hyperlinks.Count

Description

Returns the number of hyperlinks in the worksheet.=20
C#
=20
public int Count{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property Count() As Integer=20
=20

Examples

=20
C#
=20
int numLinks =3D links.Count;
=20
vb.net
=20
Dim numLinks As Integer =3D links.Count
=20
------=_Part_9652_1553048224.1711697894653--