Section.Footers Property 

Returns a HeadersFooters collection that represents the footers in 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.Footers

Syntax

ReadOnly Property Footers() As HeadersFooters
HeadersFooters Footers {get;}
property HeadersFooters^ Footers{
    HeadersFooters^ get();
}
public HeadersFooters get_Footers();
function get Footers() : HeadersFooters;

Remarks

To return a HeadersFooters collection that represents the headers for the specified section, use the Headers 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