Section 25.276. TableSection.deleteRow( ): delete a row within a table section


25.276. TableSection.deleteRow( ): delete a row within a table section

DOM Level 2 HTML

25.276.1. Synopsis

 void deleteRow(long index)     tHRows DOMException; 

25.276.1.1. Arguments

index

The position of the row within this section.

25.276.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 rows in this section.

25.276.2. Description

This method deletes the row at the specified position within this section. Note that for this method, index specifies a row's position within its section, not within the entire table.

25.276.3. See Also

Table.deleteRow( )




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