TR.deleteCell() (Method)

In a multiple column table, you can delete a particular cell within a row with this method.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
JavaScript syntax:-myTR.deleteCell(anIndex)
Argument list:anIndexThe horizontal cell address to be deleted

See also:THEAD.deleteRow()