Section.Headers 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 headers for the specified section.
public:
property Microsoft::Office::Interop::Word::HeadersFooters ^ Headers { Microsoft::Office::Interop::Word::HeadersFooters ^ get(); };
public Microsoft.Office.Interop.Word.HeadersFooters Headers { get; }
member this.Headers : Microsoft.Office.Interop.Word.HeadersFooters
Public ReadOnly Property Headers As HeadersFooters
Property Value
Remarks
To return a HeadersFooters collection that represents the footers for the specified section, use the Footers property.