Range.Relocate(Int32) Method

Definition

In outline view, moves the paragraphs within the specified range after the next visible paragraph or before the previous visible paragraph.

public:
 void Relocate(int Direction);
public void Relocate (int Direction);
abstract member Relocate : int -> unit
Public Sub Relocate (Direction As Integer)

Parameters

Direction
Int32

Required WdRelocate. The direction of the move.

Remarks

Body text moves with a heading only if the body text is collapsed in outline view or if it's part of the range.

Applies to