insertRow Method

Microsoft FrontPage Visual Basic

insertRow Method

Returns an FPHTMLTableRow object that represents a new row added to a TABLE element.

Note  The new row doesn't include cells. Use the insertCell method to insert cells in a row.

expression.insertRow(index)

expression    Required. An expression that returns one of the objects in the Applies To list.

index    Optional Long. Specifies the index number of the new row. Row numbering starts at zero. If omitted, new row is added to the end of a table.

Remarks

Use the deleteRow method to removed a row from a TABLE element.