NamedRange::Hyperlinks Property
Gets a Hyperlinks collection that represents the hyperlinks in the NamedRange control.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Property Value
Type: Microsoft.Office.Interop.Excel::Hyperlinks^A Hyperlinks collection that represents the hyperlinks in the NamedRange control.
The following code example creates a NamedRange and then uses the Hyperlinks property to add a hyperlink to the NamedRange.
This example is for a document-level customization.
Show: