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

In This Topic
    Contains Method (EndnoteCollection)
    In This Topic
    Checks whether this collection contains an endnote with a specified ID.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal id As System.Long _
    ) As System.Boolean
    public System.bool Contains( 
       System.long id
    )

    Parameters

    id
    The endnote ID.

    Return Value

    True if the collection contains an endnote with the specified ID, false otherwise.
    See Also