Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Hyperlink Class / Address Property

In This Topic
    Address Property
    In This Topic
    Gets or sets the address for the specified link. The address can be an e-mail address, an Internet address, or a file name.
    Syntax
    'Declaration
     
    Public Property Address As System.Uri
    public System.Uri Address {get; set;}
    See Also