Language References
Retrieves the object’s position in the rows collection for the TABLE.
HTML |
N/A |
Script |
[ iIndex = ] tr.rowIndex |
iIndex |
Integer specifying the index number. |
The property is read-only with no default value.
The property is different from sectionRowIndex, which indicates the object’s position in the TBODY, THEAD, or TFOOT rows collection. These sections are mutually exclusive, so the TR is always contained in one of these sections, as well as the TABLE. Collection indexes are in source order of the HTML document.
TR
cellIndex, sectionRowIndex, sourceIndex