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

description

TableRowElement insertRow(

  1. int index )

Implementation

TableRowElement insertRow(int index) => _insertRow(index) as TableRowElement;