WdInsertCells enumeration (Word)

Specifies where and what type of cells to add to an existing table.

Name Value Description
wdInsertCellsEntireColumn 3 Inserts an entire column to the left of the column that contains the selection.
wdInsertCellsEntireRow 2 Inserts an entire row above the row that contains the selection.
wdInsertCellsShiftDown 1 Inserts new cells above the selected cells.
wdInsertCellsShiftRight 0 Insert new cells to the left of the selected cells.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.