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: longlong 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
- Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5
See also
Reference