GetByID Method (FootnoteCollection)
In This Topic
Gets a footnote from the collection by its ID.
Syntax
'Declaration
Public Function GetByID( _
ByVal As System.Long _
) As Footnote
public Footnote GetByID(
System.long
)
Parameters
- id
- The footnote ID.
Return Value
The
Footnote with the specified ID.
Exceptions
Exception | Description |
System.Collections.Generic.KeyNotFoundException | Throws if a footnote with the specified ID could not be found in the collection. |
See Also