addCell method - TableRowElement class - dart:html library (original) (raw)

description

TableCellElement addCell()

Implementation

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