Editor.NextRange Propriété
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.
Renvoie un Range Object qui représente la plage suivante qu’un utilisateur est autorisé à modifier.
public:
property Microsoft::Office::Interop::Word::Range ^ NextRange { Microsoft::Office::Interop::Word::Range ^ get(); };
public Microsoft.Office.Interop.Word.Range NextRange { get; }
member this.NextRange : Microsoft.Office.Interop.Word.Range
Public ReadOnly Property NextRange As Range
Valeur de propriété
Remarques
Vous pouvez également utiliser la méthode GoToEditableRange, de la plage ou de l' Selection objet pour renvoyer la plage suivante qu’un utilisateur est autorisé à modifier.