addCell method

TableCellElement addCell ()

Implementation

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