Borders.SurroundHeader Property
Returns or sets a value that indicates if a page border encompasses the document header.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SurroundHeader As Boolean
Get
Set
'Usage
Dim instance As Borders
Dim value As Boolean
value = instance.SurroundHeader
instance.SurroundHeader = value
bool SurroundHeader { get; set; }
Property Value
Type: System.Boolean