WdInsertCells Enumeration 

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

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdInsertCells1 As WdInsertCells = WdInsertCells.wdInsertCellsEntireColumn

Syntax

Public Enum WdInsertCells
public enum WdInsertCells
public enum class WdInsertCells
public enum WdInsertCells
public enum WdInsertCells

Members

Member name Description
wdInsertCellsEntireColumn Inserts an entire column to the left of the column that contains the selection.
wdInsertCellsEntireRow Inserts an entire row above the row that contains the selection.
wdInsertCellsShiftDown Inserts new cells above the selected cells.
wdInsertCellsShiftRight Insert new cells to the left of the selected cells.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace