HTMLTableElement.InsertRow Method |
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;
The new table row element.
HTMLTableElement Object | HTMLTableElement Members | DOM Namespace