HTMLTableSectionElement.InsertRow Method |
Inserts a row into this section.
[VBScript] Public Function InsertRow( _ ByVal index As Integer _ ) As Index
[JScript] public function InsertRow( index : int ) : Index;
The row cell element.
HTMLTableSectionElement Object | HTMLTableSectionElement Members | DOM Namespace