Variables.Add(String, 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.
Renvoie un Variable objet qui représente une variable ajoutée à un document.
public Microsoft.Office.Interop.Word.Variable Add (string Name, ref object Value);
abstract member Add : string * obj -> Microsoft.Office.Interop.Word.Variable
Public Function Add (Name As String, Optional ByRef Value As Object) As Variable
Paramètres
- Name
- String
Argument de type String obligatoire. Nom de la variable.
- Value
- Object
Objet facultatif. Valeur de la variable.