View.ShowAllHeadings 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.
Toggles between showing all text (headings and body text) and showing only headings.
public:
void ShowAllHeadings();
public void ShowAllHeadings ();
abstract member ShowAllHeadings : unit -> unit
Public Sub ShowAllHeadings ()
Remarks
Note This method generates an error if the view isn't outline view or master document view.