Get Hyperlinks in Range

The Range class provides a getHyperlinks() property getter which gets all the hyperlinks in the selected range. You may also delete the Hyperlink by calling the Hyperlink.delete() method.

Sample Code