IWorkbookEvents.SheetFollowHyperlink Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub SheetFollowHyperlink ( _
Sh As Object, _
Target As Hyperlink _
)
'Usage
Dim instance As IWorkbookEvents
Dim Sh As Object
Dim Target As Hyperlink
instance.SheetFollowHyperlink(Sh, Target)
void SheetFollowHyperlink(
Object Sh,
Hyperlink Target
)
Parameters
- Sh
Type: System.Object
- Target
Type: Microsoft.Office.Interop.Excel.Hyperlink