deleteRow method

[This documentation is preliminary and is subject to change.]

Removes the specified row (tr) from the element and from the rows collection.

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

Syntax

HRESULT retVal = object.deleteRow(index);

Standards information

Parameters

  • index [in, optional]
    Type: long

    long that specifies the zero-based position in the rows collection of the row to remove.

Return value

Type: HRESULT

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

Remarks

If you delete a row from a tFoot, tBody, or tHead, you also remove the row from the rows collection for the table. Deleting a row in the table also removes a row from the rows collection for the tBody.

If you delete a row from a tFoot, tBody, or tHead, index must contain the sectionRowIndex of the tr. When deleting a row from the table, index must contain the rowIndex of the tr.

See also

Reference

insertRow

rowIndex

rows

sectionRowIndex

 

 

Build date: 1/26/2012