ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / ShapeHyperlink Method
THe hyperlink source string.

In This Topic
    ShapeHyperlink Method
    In This Topic
    Set hyperlink source for current Word/RTF shape.
    Syntax
    'Declaration
     
    Public Sub ShapeHyperlink( _
       ByVal source As String _
    ) 
    public void ShapeHyperlink( 
       string source
    )

    Parameters

    source
    THe hyperlink source string.
    See Also