Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
HTMLElement insertRow(longindex)
throws DOMException;index
The position within the section at which the new row is to be inserted.
A TableRow that represents the newly created and inserted <tr> element.
This method throws a DOMException with a code of INDEX_SIZE_ERR if index is less than zero or is greater than the number of rows in this section.