|  | DocxCellAddHyperlink Method | 
            Aggiunge un hyperlink
            
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 28.1.0-RC
 Syntax
Syntaxpublic DocxHyperlink AddHyperlink(
	string bookmarkName,
	string txt,
	bool internalLink
)
Public Function AddHyperlink ( 
	bookmarkName As String,
	txt As String,
	internalLink As Boolean
) As DocxHyperlink
public:
DocxHyperlink^ AddHyperlink(
	String^ bookmarkName, 
	String^ txt, 
	bool internalLink
)
member AddHyperlink : 
        bookmarkName : string * 
        txt : string * 
        internalLink : bool -> DocxHyperlink Parameters
- bookmarkName  String
- Name of the bookmark.
- txt  String
- The text.
- internalLink  Boolean
- if set to true [internal link].
Return Value
DocxHyperlinkDocxHyperlink.
 See Also
See Also