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