Selection.GoToPrevious(WdGoToItem) Methode

Definition

Gibt ein Range -Objekt zurück, das auf die Anfangsposition des vorherigen Elements oder einer angegebenen Position verweist.

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

Parameter

What
WdGoToItem

Das Element, in das der angegebene Bereich oder die angegebene Auswahl verschoben werden soll. WdGoToItem.

Gibt zurück

Hinweise

Die GoToPrevious-Methode verschiebt die Auswahl in das angegebene Element.

Gilt für: