View.CollapseOutline(Object) Method

Definition

Collapses the text under the selection or the specified range by one heading level.

public void CollapseOutline (ref object Range);
abstract member CollapseOutline : obj -> unit
Public Sub CollapseOutline (Optional ByRef Range As Object)

Parameters

Range
Object

Optional Range object. The range of paragraphs to be collapsed. If this argument is omitted, the entire selection is collapsed.

Remarks

Note If the document isn't in outline or master document view, an error occurs.

Applies to