Cells.Add Method
Word Developer Reference |
Returns a Cell object that represents a cell added to a table.
Syntax
expression.Add(BeforeCell)
expression Required. A variable that represents a Cells collection.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
BeforeCell | Optional | Variant | A Cell object that represents the cell that will appear immediately to the right of the new cell or cells. |
Return Value
Cell
See Also