Insert an empty
TD
cell into this row. If
index
is equal to the number of cells, the new cell is
appended
Returns:
The newly created cell.
Parameters:
-
index - The place to insert the cell, starting from 0.
Throws:
-
DOMException - INDEX_SIZE_ERR: Raised if the specified
index
is
greater than the number of cells or if the index is negative.