View.ShowHeading(Int32) Method

Definition

Shows all headings up to the specified heading level and hides subordinate headings and body text.

public:
 void ShowHeading(int Level);
public void ShowHeading (int Level);
abstract member ShowHeading : int -> unit
Public Sub ShowHeading (Level As Integer)

Parameters

Level
Int32

Required Integer. The outline heading level (a number from 1 to 9).

Remarks

Note This method generates an error if the view isn't outline view or master document view.

Applies to