addRow method

TableRowElement addRow ()

Implementation

TableRowElement addRow() {
  return insertRow(-1);
}