Selection.InsertCells(Object) Method

Definition

Adds cells to an existing table.

public void InsertCells (ref object ShiftCells);
abstract member InsertCells : obj -> unit
Public Sub InsertCells (Optional ByRef ShiftCells As Object)

Parameters

ShiftCells
Object

Optional WdInsertCells.

Remarks

The number of cells inserted is equal to the number of cells in the selection.

You can also insert cells by using the Add(Object) method of the Cells object.

Applies to