我主要用的是它的指令
Table Commands
Command Description
DECMD_DELETECELLS Deletes the selected cells from a table.
DECMD_DELETECOLS Deletes all the columns in a table containing selected text.
DECMD_DELETEROWS Deletes all rows containing selected elements.
DECMD_INSERTCELL Inserts a single cell to the left of the current cell in a table.
DECMD_INSERTCOL Inserts a new column to the left of the current column in a table.
DECMD_INSERTROW Inserts a new row above the current row in a table.
DECMD_INSERTTABLE Inserts a table.
DECMD_MERGECELLS Merges two or more table cells into a single cell.
DECMD_SPLITCELL Splits one or more table cells.
DECMD_MERGECELLS :是合并单元格 但是不行(纵向)