Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuiltInPropertyCollection Class / HyperlinkList Property

In This Topic
    HyperlinkList Property
    In This Topic
    Gets or sets the set of hyperlinks that were in this document when last saved.
    Syntax
    'Declaration
     
    Public Property HyperlinkList As System.String()
    public System.string[] HyperlinkList {get; set;}
    See Also