Selection.HeaderFooter 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 HeaderFooter object for the specified selection.
public:
property Microsoft::Office::Interop::Word::HeaderFooter ^ HeaderFooter { Microsoft::Office::Interop::Word::HeaderFooter ^ get(); };
public Microsoft.Office.Interop.Word.HeaderFooter HeaderFooter { get; }
member this.HeaderFooter : Microsoft.Office.Interop.Word.HeaderFooter
Public ReadOnly Property HeaderFooter As HeaderFooter
Property Value
Remarks
An error occurs if the selection isn't located within a header or footer.