Returns the number of hyperlinks in the worksheet.

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