TextRange2.InsertAfter(String) 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.
Insère du texte à droite du texte existant dans l’objet TextRange2 .
public Microsoft.Office.Core.TextRange2 InsertAfter (string NewText = "");
abstract member InsertAfter : string -> Microsoft.Office.Core.TextRange2
Public Function InsertAfter (Optional NewText As String = "") As TextRange2
Paramètres
- NewText
- String
Contient le texte à insérer.
Retours
TextRange2