addCell 方法

TableCellElement addCell()

实现

TableCellElement addCell() {
  return insertCell(-1);
}