DocEvents_Event.remove_FollowHyperlink Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub remove_FollowHyperlink ( _
param0 As DocEvents_FollowHyperlinkEventHandler _
)
'Usage
Dim instance As DocEvents_Event
Dim param0 As DocEvents_FollowHyperlinkEventHandler
instance.remove_FollowHyperlink(param0)
void remove_FollowHyperlink(
DocEvents_FollowHyperlinkEventHandler param0
)