TOC PREV NEXT INDEX

domref



deleteRow()


deleteRow() removes a row from the table.

Syntax

table.deleteRow(index)
 

Parameters

index is a number representing the row that should be deleted.

Example

mytable.deleteRow(1); // delete the second row
 

Notes

None.

Specification

deleteRow()


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX