Rows.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.
Renvoie un Row objet qui représente une ligne ajoutée à une table.
public Microsoft.Office.Interop.Word.Row Add (ref object BeforeRow);
abstract member Add : obj -> Microsoft.Office.Interop.Word.Row
Public Function Add (Optional ByRef BeforeRow As Object) As Row
Paramètres
- BeforeRow
- Object
Objet facultatif. Objet Row qui représente la ligne située immédiatement sous la nouvelle ligne.