WorkbookEvents_SheetFollowHyperlinkEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public delegate void WorkbookEvents_SheetFollowHyperlinkEventHandler(System::Object ^ Sh, Hyperlink ^ Target);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void WorkbookEvents_SheetFollowHyperlinkEventHandler(object Sh, Hyperlink Target);
Public Delegate Sub WorkbookEvents_SheetFollowHyperlinkEventHandler(Sh As Object, Target As Hyperlink)
Parameters
- Sh
- Object
Required Object. The Worksheet object that contains the hyperlink.
- Target
- Hyperlink
Required Hyperlink. The Hyperlink object that represents the destination of the hyperlink.
- Attributes