Range.GoToNext(WdGoToItem) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un Range objet qui fait référence à la position de début de l’élément ou de l’emplacement suivant spécifié par l’argument What
.
public:
Microsoft::Office::Interop::Word::Range ^ GoToNext(Microsoft::Office::Interop::Word::WdGoToItem What);
public Microsoft.Office.Interop.Word.Range GoToNext (Microsoft.Office.Interop.Word.WdGoToItem What);
abstract member GoToNext : Microsoft.Office.Interop.Word.WdGoToItem -> Microsoft.Office.Interop.Word.Range
Public Function GoToNext (What As WdGoToItem) As Range
Paramètres
- What
- WdGoToItem
Obligatoire WdGoToItem.
Retours
Remarques
[!REMARQUE] Lorsque vous utilisez cette méthode avec la constante wdGoToGrammaticalError, wdGoToProofreadingError ou wdGoToSpellingError constante, l'objet Range renvoyé inclut tout texte d'erreur de grammaire ou d'orthographe.