Range.GoToPrevious(WdGoToItem) Method

Definition

Returns a Range object that refers to the start position of the previous item or location specified by the What argument.

public:
 Microsoft::Office::Interop::Word::Range ^ GoToPrevious(Microsoft::Office::Interop::Word::WdGoToItem What);
public Microsoft.Office.Interop.Word.Range GoToPrevious (Microsoft.Office.Interop.Word.WdGoToItem What);
abstract member GoToPrevious : Microsoft.Office.Interop.Word.WdGoToItem -> Microsoft.Office.Interop.Word.Range
Public Function GoToPrevious (What As WdGoToItem) As Range

Parameters

What
WdGoToItem

Required WdGoToItem. The item that the specified range or selection is to be moved to.

Returns

Applies to