DocumentClass.FollowHyperlink Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub FollowHyperlink ( _
ByRef Address As Object, _
ByRef SubAddress As Object, _
ByRef NewWindow As Object, _
ByRef AddHistory As Object, _
ByRef ExtraInfo As Object, _
ByRef Method As Object, _
ByRef HeaderInfo As Object _
)
'Usage
Dim instance As DocumentClass
Dim Address As Object
Dim SubAddress As Object
Dim NewWindow As Object
Dim AddHistory As Object
Dim ExtraInfo As Object
Dim Method As Object
Dim HeaderInfo As Object
instance.FollowHyperlink(Address, SubAddress, _
NewWindow, AddHistory, ExtraInfo, _
Method, HeaderInfo)
public virtual void FollowHyperlink(
ref Object Address,
ref Object SubAddress,
ref Object NewWindow,
ref Object AddHistory,
ref Object ExtraInfo,
ref Object Method,
ref Object HeaderInfo
)
Parameters
- Address
Type: System.Object%
- SubAddress
Type: System.Object%
- NewWindow
Type: System.Object%
- AddHistory
Type: System.Object%
- ExtraInfo
Type: System.Object%
- Method
Type: System.Object%
- HeaderInfo
Type: System.Object%
Implements
_Document.FollowHyperlink(Object%, Object%, Object%, Object%, Object%, Object%, Object%)