[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EndnoteCollection.Insert

Insert Method

Insert(InsertLocation)

Inserts an Endnote into this collection at the specified location.

Declaration
public Endnote Insert(InsertLocation location)
Public Function Insert(location As InsertLocation) As Endnote
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
Endnote

The inserted Endnote.

Insert(string, InsertLocation)

Inserts an Endnote into this collection at the specified location.

Declaration
public Endnote Insert(string text, InsertLocation location)
Public Function Insert(text As String, location As InsertLocation) As Endnote
Parameters
Type Name Description
string text

The endnote text.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
Endnote

The inserted Endnote.

Insert(string, string, InsertLocation)

Inserts an Endnote into this collection at the specified location.

Declaration
public Endnote Insert(string text, string reference, InsertLocation location)
Public Function Insert(text As String, reference As String, location As InsertLocation) As Endnote
Parameters
Type Name Description
string text

The endnote text.

string reference

The endnote reference text.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
Endnote

The inserted Endnote.

Insert(string, char, string, InsertLocation)

Inserts an Endnote into this collection at the specified location.

Declaration
public Endnote Insert(string text, char referenceCharacter, string referenceFontName, InsertLocation location)
Public Function Insert(text As String, referenceCharacter As Char, referenceFontName As String, location As InsertLocation) As Endnote
Parameters
Type Name Description
string text

The endnote text.

char referenceCharacter

The endnote reference symbol.

string referenceFontName

The endnote reference symbol font.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
Endnote

The inserted Endnote.