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