'Declaration Public Overloads Function AddHyperlink( _ ByVal text As String, _ ByVal paragraphObject As ParagraphObject _ ) As ParagraphText
public ParagraphText AddHyperlink( string text, ParagraphObject paragraphObject )
Parameters
- text
- The text string to add.
- paragraphObject
- A ParagraphObject which is the target of the hyperlink.
Return Value
A ParagraphText object representing the specified text string, associated with the specified hyperlink.