Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EndnoteCollection Class / Insert Method / Insert(InsertLocation) Method
The target InsertLocation for the insertion.

In This Topic
    Insert(InsertLocation) Method
    In This Topic
    Inserts an Endnote into this collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal location As InsertLocation _
    ) As Endnote
    public Endnote Insert( 
       InsertLocation location
    )

    Parameters

    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted Endnote.
    See Also