Inserts an empty TD cell into this row.

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

Parameters

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

Return Value

The new cell element.

See Also

HTMLTableRowElement Object | HTMLTableRowElement Members | DOM Namespace