提交 f8bcf7f7 编写于 作者: C campaign

by zhanyi

上级 e66715dc
......@@ -710,13 +710,11 @@
}
// 删除剩余的Cells
var cells = this.getCells(range),
len = cells.length, cell;
while (len--) {
cell = cells[len];
if (cell !== leftTopCell) {
this.moveContent(leftTopCell, cell);
this.deleteCell(cell);
var cells = this.getCells(range);
for(var i= 0,ci;ci=cells[i++];){
if (ci !== leftTopCell) {
this.moveContent(leftTopCell, ci);
this.deleteCell(ci);
}
}
// 修改左上角Cell的rowSpan和colSpan,并调整宽度属性设置
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册