Cells.Add Method
Adds a cell to a table.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Add ( _
ByRef BeforeCell As Object _
) As Cell
'Usage
Dim instance As Cells
Dim BeforeCell As Object
Dim returnValue As Cell
returnValue = instance.Add(BeforeCell)
Cell Add(
ref Object BeforeCell
)
Parameters
- BeforeCell
Type: System.Object%
A Cell object that represents the cell that will appear immediately to the right of the specified cells.
Return Value
Type: Microsoft.Office.Interop.Word.Cell