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

In This Topic
    Add(String,String) Method
    In This Topic
    Adds an Endnote into the collection at the End position.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal text As System.String, _
       ByVal reference As System.String _
    ) As Endnote
    public Endnote Add( 
       System.string text,
       System.string reference
    )

    Parameters

    text
    The endnote text.
    reference
    The endnote reference text.

    Return Value

    The added Endnote.
    See Also