Table of Contents

O4WTableDelCol routine

Description

Removes a column from an existing O4W table.

Syntax

O4WTableDelCol(tableName, colNumber)

Parameters

The function has the following parameters:

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

Remarks

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

See Also

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