This topic has not yet been rated - Rate this topic

deleteCell method

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

Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5

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
IHTMLTableRow::insertCell

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.