Cells.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.
Ajoute une cellule à un tableau.
public Microsoft.Office.Interop.Word.Cell Add (ref object BeforeCell);
abstract member Add : obj -> Microsoft.Office.Interop.Word.Cell
Public Function Add (Optional ByRef BeforeCell As Object) As Cell
Paramètres
- BeforeCell
- Object
Objet Cell qui représente la cellule qui apparaîtra immédiatement à droite des cellules spécifiées.