addRow method - TableSectionElement class - dart:html library (original) (raw)

description

TableRowElement addRow()

Implementation

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