View.CollapseOutline(Object) 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.
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.