[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EndnoteCollection.Contains

Contains Method

Contains(long)

Checks whether this collection contains an endnote with a specified ID.

Declaration
public bool Contains(long id)
Public Function Contains(id As Long) As Boolean
Parameters
Type Name Description
long id

The endnote ID.

Returns
Type Description
bool

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