Returns the collection of hyperlinks in the worksheet.

public Hyperlinks Hyperlinks{ get; }
Public ReadOnly Property Hyperlinks() As Hyperlinks
Hyperlinks links = ws.Hyperlinks;
Dim links As Hyperlinks = ws.Hyperlinks