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)

Usage

Dim section1 As Section

Dim returnValue As HeadersFooters
returnValue = section1.Headers

Syntax

ReadOnly Property Headers() As HeadersFooters
HeadersFooters Headers {get;}
property HeadersFooters^ Headers{
    HeadersFooters^ get();
}
public HeadersFooters get_Headers();
function get Headers() : HeadersFooters;

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Section Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Section Members