WorksheetClass.FollowHyperlink Event
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Event FollowHyperlink As DocEvents_FollowHyperlinkEventHandler
'Usage
Dim instance As WorksheetClass
Dim handler As DocEvents_FollowHyperlinkEventHandler
AddHandler instance.FollowHyperlink, handler
public virtual event DocEvents_FollowHyperlinkEventHandler FollowHyperlink
Implements
DocEvents_Event.FollowHyperlink