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)
Syntax
'Declaration
Public Enumeration WdInsertCells
'Usage
Dim instance As WdInsertCells
public enum WdInsertCells
Members
Member name | Description | |
---|---|---|
wdInsertCellsShiftRight | Insert new cells to the left of the selected cells. | |
wdInsertCellsShiftDown | Inserts new cells above the selected cells. | |
wdInsertCellsEntireRow | Inserts an entire row above the row that contains the selection. | |
wdInsertCellsEntireColumn | Inserts an entire column to the left of the column that contains the selection. |