WdInsertCells Enum

Definition

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

public enum class WdInsertCells
[System.Runtime.InteropServices.Guid("887C8129-94D1-3466-957E-664470F13D3F")]
public enum WdInsertCells
type WdInsertCells = 
Public Enum WdInsertCells
Inheritance
WdInsertCells
Attributes

Fields

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.

Applies to