ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / Hyperlink Property

In This Topic
    Hyperlink Property (C1WordDocument)
    In This Topic
    Gets or sets current hyperlink for all adds objects for this document.
    Syntax
    'Declaration
     
    Public Property Hyperlink As System.String
    public System.string Hyperlink {get; set;}

    Property Value

    The current hyperlink (last added) of the Word/RTF document.
    See Also