OMathMatRows.Add(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.
Crée une ligne d’équation, l’ajoute à une matrice et renvoie un OMathMatRow objet.
public Microsoft.Office.Interop.Word.OMathMatRow Add (ref object BeforeRow);
abstract member Add : obj -> Microsoft.Office.Interop.Word.OMathMatRow
Public Function Add (Optional ByRef BeforeRow As Object) As OMathMatRow
Paramètres
- BeforeRow
- Object
Objet facultatif une ligne existante dans la matrice avant laquelle la nouvelle ligne doit être placée.