guides:o4w:o4w_api:o4wtabledelrow

O4WTableDelRow routine

Removes a row from an existing O4W table.

O4WTableDelRow(tableName, rowNumber)

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.

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.

  • guides/o4w/o4w_api/o4wtabledelrow.txt
  • Last modified: 2024/06/19 20:19
  • by 127.0.0.1