2.4.3 moveRow

Quirks Mode, IE7 Mode, IE8 Mode, IE9 Mode, IE10 Mode, and IE11 Mode (All Versions)

Moves a table row to a new position. Rows between the iSource and iTarget positions in the rows collection are shifted based on the direction the row moves.

The moveRow method extends the following interfaces:

Parameters

iSource of type long

Specifies the index in the rows collection of the table row that is moved. The default value is -1.

iTarget of type long

Specifies where the row is moved within the rows collection. The default value is -1.

Return Value

Object. Returns a reference to the table row that is moved.

No JScript Error