Cells.Add(Object) Method

Definition

Adds a cell to a table.

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

Parameters

BeforeCell
Object

A Cell object that represents the cell that will appear immediately to the right of the specified cells.

Returns

Applies to