Deletes a cell from the current row.

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

Parameters

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

See Also

HTMLTableRowElement Object | HTMLTableRowElement Members | DOM Namespace