C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / AddLink Method / AddLink(String) Method
The target object (URL, bookmark ...) as string.

In This Topic
AddLink(String) Method
In This Topic
Add hyperlink into this document in next position.
Syntax
'Declaration
 
Public Overloads Function AddLink( _
   ByVal target As String _
) As RtfHyperlink
 

Parameters

target
The target object (URL, bookmark ...) as string.

Return Value

The Word/RTF hyperlink object.
See Also