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

In This Topic
    Add(String,Char,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 referenceCharacter As System.Char, _
       ByVal referenceFontName As System.String _
    ) As Endnote
    public Endnote Add( 
       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