[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EndnoteCollection.GetByID

GetByID Method

GetByID(long)

Gets an endnote from the collection by its ID.

Declaration
public Endnote GetByID(long id)
Public Function GetByID(id As Long) As Endnote
Parameters
Type Name Description
long id

The endnote ID.

Returns
Type Description
Endnote

The Endnote with the specified ID.

Exceptions
Type Condition
KeyNotFoundException

Thrown when an endnote with the specified ID could not be found in this collection.