SmartTags.Add(String, 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.
Obtient un SmartTag objet qui représente une nouvelle balise active ajoutée à un document.
public Microsoft.Office.Interop.Word.SmartTag Add (string Name, ref object Range, ref object Properties);
abstract member Add : string * obj * obj -> Microsoft.Office.Interop.Word.SmartTag
Public Function Add (Name As String, Optional ByRef Range As Object, Optional ByRef Properties As Object) As SmartTag
Paramètres
- Name
- String
Argument de type String obligatoire. Nom de la balise active.
- Range
- Object
Objetfacultatif. Plage à laquelle appliquer la balise active.
- Properties
- Object
Objetfacultatif. Propriétés qui s’appliquent à la balise active.