Word.TableCellInsertionLocation enum

指定要添加到现有表格中的单元格的位置和类型。

注解

[ API 集:WordApiDesktop 1.4 ]

字段

shiftColumnRight = "ShiftColumnRight"

在所选内容所在列的左侧插入整列。

shiftDown = "ShiftDown"

在所选单元格的上方插入新单元格。

shiftRight = "ShiftRight"

在所选单元格的左侧插入新单元格。

shiftRowDown = "ShiftRowDown"

在所选内容所在行的上方插入整行。