Deletes a row from this section.

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

Parameters

index
The zero-based index or the row to delete.

Return Value

The element at the specified index.

See Also

HTMLTableSectionElement Object | HTMLTableSectionElement Members | DOM Namespace