Comment.Text(Object, Object, Object) 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.
Cette méthode définit le texte du commentaire.
public string Text (object Text, object Start, object Overwrite);
Public Function Text (Optional Text As Object, Optional Start As Object, Optional Overwrite As Object) As String
Paramètres
- Text
- Object
Objet facultatif. Texte à ajouter.
- Start
- Object
Objet facultatif. Numéro du caractère où le texte ajouté sera placé. Si cet argument est omis, tout texte existant dans le commentaire est supprimé.
- Overwrite
- Object
Objet facultatif. True pour remplacer le texte existant. La valeur par défaut est False (le texte est inséré).