Section.Footers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.