Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Hyperlink Class / AddEndnote Method / AddEndnote(String,String) Method
The endnote text.
The endnote reference text.

In This Topic
    AddEndnote(String,String) Method
    In This Topic
    Adds a Endnote to the end of this hyperlink.
    Syntax
    'Declaration
     
    Public Overloads Function AddEndnote( _
       ByVal text As System.String, _
       ByVal reference As System.String _
    ) As Endnote
    public Endnote AddEndnote( 
       System.string text,
       System.string reference
    )

    Parameters

    text
    The endnote text.
    reference
    The endnote reference text.

    Return Value

    The added Endnote.
    See Also