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

In This Topic
    Anchor Property (Hyperlink)
    In This Topic
    Gets or sets the name of a bookmark in the current or linked document which shall be the target of this hyperlink.
    Syntax
    'Declaration
     
    Public Property Anchor As System.String
    public System.string Anchor {get; set;}
    See Also