Javascript Properties JavaScript Reference

Note:
Read-only property. 
Returns the position of  element int the rows of a 
, , or  element. 
If the specified row is in a , , or  element, 
returns the position of the row among all of the rows in the table.
    
Syntax:
    
document.getElementById("trID").sectionRowIndex
document.all.trID.sectionRowIndex // IE only