Section.Headers Property

Definition

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.

Applies to