Share via


Range.GoToPrevious(WdGoToItem) Méthode

Définition

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

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

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

Retours

S’applique à