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