deleteCell method
The deleteCell()
method of the HTMLTableRowElement interface
removes a
specific row cell from a given tr
.
Implementation
external void deleteCell(int index);
The deleteCell()
method of the HTMLTableRowElement interface
removes a
specific row cell from a given tr
.
external void deleteCell(int index);