Section.Footers Property

Definition

Returns a HeadersFooters collection that represents the footers in the specified section.

public:
 property Microsoft::Office::Interop::Word::HeadersFooters ^ Footers { Microsoft::Office::Interop::Word::HeadersFooters ^ get(); };
public Microsoft.Office.Interop.Word.HeadersFooters Footers { get; }
member this.Footers : Microsoft.Office.Interop.Word.HeadersFooters
Public ReadOnly Property Footers As HeadersFooters

Property Value

Remarks

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

Applies to