'moveRow()' Syntax, Parameters and Note : moveRow « Javascript Methods « JavaScript Reference

'moveRow()' Syntax, Parameters and Note

Note:

Moves row to a new position.
    
Syntax:
    
document.all.elementID.moveRow(param1, param2)

Parameters:
    param1   Required; the index of the row to move.
    param2   Required; the index of the new position.

    

      
      








Related examples in the same category

1.'moveRow()' Example
2.'moveRow()' is applied to