ApplicationClass.SheetFollowHyperlink Event
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Event SheetFollowHyperlink As AppEvents_SheetFollowHyperlinkEventHandler
'Usage
Dim instance As ApplicationClass
Dim handler As AppEvents_SheetFollowHyperlinkEventHandler
AddHandler instance.SheetFollowHyperlink, handler
public virtual event AppEvents_SheetFollowHyperlinkEventHandler SheetFollowHyperlink
Implements
AppEvents_Event.SheetFollowHyperlink