View.PreviousHeaderFooter Method
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.
If the selection is in a header, this method moves to the previous header within the current section (for example, from an even header to an odd header) or to the last header in the previous section. If the selection is in a footer, this method moves to the previous footer.
public:
void PreviousHeaderFooter();
public void PreviousHeaderFooter ();
abstract member PreviousHeaderFooter : unit -> unit
Public Sub PreviousHeaderFooter ()
Remarks
Note If the selection is in the first header or footer in the first section of the document, or if it's not in a header or footer at all, an error occurs.