Section 25.273. TableRow.deleteCell( ): delete a cell in a table row


25.273. TableRow.deleteCell( ): delete a cell in a table row

DOM Level 2 HTML

25.273.1. Synopsis

 void deleteCell(long index)     tHRows DOMException; 

25.273.1.1. Arguments

index

The position in the row of the cell to delete.

25.273.1.2. Throws

This method throws a DOMException with a code of INDEX_SIZE_ERR if index is less than zero or is greater than or equal to the number of cells in the row.

25.273.2. Description

This method deletes the cell at the specified position in the table row.




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net