Inserts a new empty row in the table.

[VBScript]
Public Function InsertRow( _
   ByVal index As Integer _
) As HTMLElement
[JScript]
public function InsertRow(
   index : int
) : HTMLElement;

Parameters

index
The zero-based index of the element before the new element is inserted.

Return Value

The new table row element.

See Also

HTMLTableElement Object | HTMLTableElement Members | DOM Namespace