insertRow method

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

Creates a new row (tr) in the table, and adds the row to the rows collection.

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

Syntax

IDispatch retVal = object.insertRow(index);

Standards information

Parameters

  • index [in, optional]
    Type: long

    long that specifies where to insert the row in the rows collection. The default value is -1, which appends the new row to the end of the rows collection.

Remarks

The preferred technique for inserting a row is to add the row at the end of the rows collection. It is faster to add a row at the end of a table than somewhere in the middle. To add a row at the end of the collection, specify the -1 value, or the length of the rows collection minus 1.

See also

Reference

rowIndex

rows

sectionRowIndex

 

 

Build date: 1/26/2012