Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ControlContent 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 an Endnote to the end of the current control content.
    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