View.ShowHeading(Int32) 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.
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.