'rowIndex' Syntax and Note : rowIndex « Javascript Properties « JavaScript Reference

'rowIndex' Syntax and Note

Note:

Read-only property. 
Returns the row number in the table.
    
Syntax:
    
document.getElementById("trID").rowIndex
document.all.trID.rowIndex // IE only

    

      
      








Related examples in the same category

1.'rowIndex' Example
2.'rowIndex' is applied to