Share via


Selection.GoToPrevious(WdGoToItem) Méthode

Définition

Renvoie un Range objet qui fait référence à la position de début de l’élément précédent ou à un emplacement spécifié.

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

Paramètres

What
WdGoToItem

Élément vers lequel la plage ou la sélection spécifiée doit être déplacée. WdGoToItem.

Retours

Remarques

La méthode GoToPrevious déplace la sélection vers l’élément spécifié.

S’applique à