Cells.Add(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.