Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Paragraph Class / AddEndnote Method / AddEndnote(String,Char,String) Method
The endnote text.
The endnote reference symbol.
The endnote reference symbol font.

In This Topic
    AddEndnote(String,Char,String) Method
    In This Topic
    Adds an Endnote to the end of the paragraph.
    Syntax
    'Declaration
     
    Public Overloads Function AddEndnote( _
       ByVal text As System.String, _
       ByVal referenceCharacter As System.Char, _
       ByVal referenceFontName As System.String _
    ) As Endnote
    public Endnote AddEndnote( 
       System.string text,
       System.char referenceCharacter,
       System.string referenceFontName
    )

    Parameters

    text
    The endnote text.
    referenceCharacter
    The endnote reference symbol.
    referenceFontName
    The endnote reference symbol font.

    Return Value

    The added Endnote.
    See Also