
Gets a particular header or footer from the collection. If the specified header or footer does not exist in the collection an ArgumentException is thrown.
[C#]
public HeaderFooter GetItem(HeaderFooterType headerFooterType);
[Visual Basic]
Public Function GetItem(ByVal headerFooterType As HeaderFooterType) As HeaderFooter
| Parameter | Description | ||||||||||||||||
| headerFooterType | Specifies the header or footer to return.
|