Section.Headers Property

Returns a HeadersFooters collection that represents the headers for the specified section.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Headers As HeadersFooters
    Get
'Usage
Dim instance As Section
Dim value As HeadersFooters

value = instance.Headers
HeadersFooters Headers { get; }

Property Value

Type: Microsoft.Office.Interop.Word.HeadersFooters

Remarks

To return a HeadersFooters collection that represents the footers for the specified section, use the Footers property.

See Also

Reference

Section Interface

Section Members

Microsoft.Office.Interop.Word Namespace