Javascript Methods JavaScript Reference

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.