WorkbookEvents_SheetFollowHyperlinkEventHandler Delegate
Office 2003
A Delegate type used to add an event handler for the SheetFollowHyperlink event. The SheetFollowHyperlink event occurs when you click any hyperlink in Microsoft Excel.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)
public delegate void WorkbookEvents_SheetFollowHyperlinkEventHandler( [In] object Sh, [In] Hyperlink Target );
public delegate void WorkbookEvents_SheetFollowHyperlinkEventHandler( /*in*/System.Object Sh, /*in*/Hyperlink Target );
In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.
Parameters
- Sh
Required Object. The Worksheet object that contains the hyperlink.
- Target
Required Hyperlink. The Hyperlink object that represents the destination of the hyperlink.