deleteCell method

Removes the specified cell (td) from the table row, as well as from the cells collection.

 

Syntax

HRESULT retVal = object.deleteCell(index);

Parameters

  • index [in, optional]
    Type: long

    long that specifies the zero-based position of the cell to remove from the table row. If no value is provided, the last cell in the cells collection is deleted.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Standards information

See also

Reference

IHTMLTable::deleteRow

IHTMLTableRow4::insertCell