Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FootnoteCollection Class / GetByID Method
The footnote ID.

In This Topic
    GetByID Method (FootnoteCollection)
    In This Topic
    Gets a footnote from the collection by its ID.
    Syntax
    'Declaration
     
    Public Function GetByID( _
       ByVal id As System.Long _
    ) As Footnote
    public Footnote GetByID( 
       System.long id
    )

    Parameters

    id
    The footnote ID.

    Return Value

    The Footnote with the specified ID.
    Exceptions
    ExceptionDescription
    Throws if a footnote with the specified ID could not be found in the collection.
    See Also