[]
Checks whether this collection contains a footnote with a specified ID.
public bool Contains(long id)
Public Function Contains(id As Long) As Boolean
| Type | Name | Description |
|---|---|---|
| long | id | The footnote ID. |
| Type | Description |
|---|---|
| bool | True if the collection contains a footnote with the specified ID, false otherwise. |