[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EndnoteCollection.Add

Add Method

Add(string)

Adds an Endnote into this collection at the End location.

Declaration
public Endnote Add(string text = null)
Public Function Add(Optional text As String = Nothing) As Endnote
Parameters
Type Name Description
string text

The endnote text.

Returns
Type Description
Endnote

The added Endnote.

Add(string, string)

Adds an Endnote into the collection at the End position.

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

The endnote text.

string reference

The endnote reference text.

Returns
Type Description
Endnote

The added Endnote.

Add(string, char, string)

Adds an Endnote into the collection at the End position.

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

The endnote text.

char referenceCharacter

The endnote reference symbol.

string referenceFontName

The endnote reference symbol font.

Returns
Type Description
Endnote

The added Endnote.