View.ExpandOutline(Object) Method

Definition

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

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

Parameters

Range
Object

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

Remarks

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

Applies to