HTMLTableSectionElement.DeleteRow Method |
Deletes a row from this section.
[VBScript] Public Function DeleteRow( _ ByVal index As Integer _ ) As Index
[JScript] public function DeleteRow( index : int ) : Index;
The element at the specified index.
HTMLTableSectionElement Object | HTMLTableSectionElement Members | DOM Namespace