deleteCell Method

Microsoft FrontPage Visual Basic

deleteCell Method

Deletes a cell (TD element) from a row in a table.

expression.deleteCell(index)

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

index    Optional Long. Specifies the cell to be deleted from the table row. If omitted, deletes the last cell in the row.