'Usage
Dim instance As Document
Dim pageNumber As Integer
Dim hyperlinkIndex As Integer
Dim value As Hyperlink
value = instance.GetHyperlink(pageNumber, hyperlinkIndex)
Parameters
pageNumber
The page to get the hyperlink from.
hyperlinkIndex
The index of the hyperlink on the page to get.
Return Value
Returns the hyperlink at the specified page and index.