Gets a particular header or footer from the collection. If the specified header or footer does not exist in the collection an Argument
public HeaderFooter GetItem(HeaderFooterType headerFooterType);
Public Function GetItem(ByVal headerFooterType As HeaderFooterType) As HeaderFooter
Parameter | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
header |
Specifies the header or footer to return. It can be a value of the Header
|