ComponentOne Word for UWP
AddLink(String) Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class > AddLink Method : AddLink(String) Method
The target object (URL, bookmark ...) as string.
Add hyperlink into this document in next position.
Syntax
'Declaration
 
Public Overloads Function AddLink( _
   ByVal target As System.String _
) As RtfHyperlink
public RtfHyperlink AddLink( 
   System.string target
)

Parameters

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

Return Value

The Word/RTF hyperlink object.
See Also

Reference

C1WordDocument Class
C1WordDocument Members
Overload List