Table of Contents

O4WTableDelRow routine

Description

Removes a row from an existing O4W table.

Syntax

O4WTableDelRow(tableName, rowNumber)

Parameters

The function has the following parameters:

ParameterDescription
tableNameThe name of the table being modified.
rowNumberThe number of the row to be removed. Use "-1" to remove the last row.

Remarks

When there is only 1 row within the table, O4WTableDelRow will not delete. Under certain circumstances, if O4W cannot determine whether the first row in a table contains "header" columns, neither first nor second rows can be deleted.

See Also

O4WTableStart, O4WTableEnd, O4WTableHeader, O4WSetCell, O4WTableModify, O4WTableAddRow, O4WTableAddCol, O4WTableDelCol