Selection.InsertCells(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 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.