Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EndnoteCollection Class / GetByID Method
The endnote ID.

In This Topic
    GetByID Method (EndnoteCollection)
    In This Topic
    Gets an endnote from the collection by its ID.
    Syntax
    'Declaration
     
    Public Function GetByID( _
       ByVal id As System.Long _
    ) As Endnote
    public Endnote GetByID( 
       System.long id
    )

    Parameters

    id
    The endnote ID.

    Return Value

    The Endnote with the specified ID.
    Exceptions
    ExceptionDescription
    Thrown when an endnote with the specified ID could not be found in this collection.
    See Also