WdInsertCells Enum
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.
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
Name | Value | Description |
---|---|---|
wdInsertCellsShiftRight | 0 | Insert new cells to the left of the selected cells. |
wdInsertCellsShiftDown | 1 | Inserts new cells above the selected cells. |
wdInsertCellsEntireRow | 2 | Inserts an entire row above the row that contains the selection. |
wdInsertCellsEntireColumn | 3 | Inserts an entire column to the left of the column that contains the selection. |