HeaderFooter.IsHeader Property
True if the specified HeaderFooter object is a header.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property IsHeader As Boolean
Get
'Usage
Dim instance As HeaderFooter
Dim value As Boolean
value = instance.IsHeader
bool IsHeader { get; }
Property Value
Type: System.Boolean