View.ExpandOutline(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.
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.