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

In This Topic
    Target Property
    In This Topic
    Gets or sets the name of the frame or window in which you want to load the specified hyperlink.
    Syntax
    'Declaration
     
    Public Property Target As System.String
    public System.string Target {get; set;}
    See Also