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)

Syntax

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

value = instance.Footers
HeadersFooters Footers { get; }

Property Value

Type: Microsoft.Office.Interop.Word.HeadersFooters

Remarks

To return a HeadersFooters collection that represents the headers for the specified section, use the Headers property.

See Also

Reference

Section Interface

Section Members

Microsoft.Office.Interop.Word Namespace