[]
Gets a footnote from the collection by its ID.
public Footnote GetByID(long id)
Public Function GetByID(id As Long) As Footnote
| Type | Name | Description |
|---|---|---|
| long | id | The footnote ID. |
| Type | Description |
|---|---|
| Footnote | The Footnote with the specified ID. |
| Type | Condition |
|---|---|
| KeyNotFoundException | Throws if a footnote with the specified ID could not be found in the collection. |