Share via


deleteRow Method

Deletes a row from a TABLE element.

expression.deleteRow(index)

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

index Optional Variant. Specifies the row in a table to remove. Row numbering starts at zero.

Remarks

Use the insertRow method to add a row to a TABLE element.

Applies to | FPHTMLTable Object | FPHTMLTableSection Object | IHTMLTable Object | IHTMLTableSection Object