Word.TableCellInsertionLocation enum
Specifies where and what type of cells to add to an existing table.
Remarks
[ API set: WordApiDesktop 1.4 ]
Fields
| shiftColumnRight = "ShiftColumnRight" | Inserts an entire column to the left of the column that contains the selection. |
| shiftDown = "ShiftDown" | Inserts new cells above the selected cells. |
| shiftRight = "ShiftRight" | Inserts new cells to the left of the selected cells. |
| shiftRowDown = "ShiftRowDown" | Inserts an entire row above the row that contains the selection. |