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

In This Topic
    Insert(String,Char,String,InsertLocation) Method
    In This Topic
    Inserts an Endnote into this collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal text As System.String, _
       ByVal referenceCharacter As System.Char, _
       ByVal referenceFontName As System.String, _
       ByVal location As InsertLocation _
    ) As Endnote
    public Endnote Insert( 
       System.string text,
       System.char referenceCharacter,
       System.string referenceFontName,
       InsertLocation location
    )

    Parameters

    text
    The endnote text.
    referenceCharacter
    The endnote reference symbol.
    referenceFontName
    The endnote reference symbol font.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted Endnote.
    See Also