Returns the number of hyperlinks in the worksheet.

public int Count{ get; }
<p>Public ReadOnly Property Count() As Integer</p>
int numLinks = links.Count;
Dim numLinks As Integer = links.Count