WdHeaderFooterIndex Enumeration
Returns the specified header or footer in a document or section.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdHeaderFooterIndex
'Usage
Dim instance As WdHeaderFooterIndex
public enum WdHeaderFooterIndex
Members
Member name | Description | |
---|---|---|
wdHeaderFooterPrimary | Returns the header or footer on all pages other than the first page of a document or section. | |
wdHeaderFooterFirstPage | Returns the first header or footer in a document or section. | |
wdHeaderFooterEvenPages | Returns all headers or footers on even-numbered pages. |