Inserts a row into this section.

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

Parameters

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

Return Value

The row cell element.

See Also

HTMLTableSectionElement Object | HTMLTableSectionElement Members | DOM Namespace