[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FootnoteCollection.GetByID

GetByID Method

GetByID(long)

Gets a footnote from the collection by its ID.

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

The footnote ID.

Returns
Type Description
Footnote

The Footnote with the specified ID.

Exceptions
Type Condition
KeyNotFoundException

Throws if a footnote with the specified ID could not be found in the collection.