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

'cellIndex' Syntax and Note

Note:

Read-only property. 
Returns the zero-based index of the cell in its row.
    
Syntax:
    
document.getElementById("elementID").cellIndex
document.all.elementID.cellIndex // IE only

    

      
      








Related examples in the same category

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