====== O4WTableDelRow routine ====== ==== Description ==== Removes a row from an existing O4W table. ==== Syntax ==== O4WTableDelRow(tableName, rowNumber) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |tableName|The name of the table being modified.| |rowNumber|The 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|O4WTableStart]], [[o4wtableend|O4WTableEnd]], [[o4wtableheader|O4WTableHeader]], [[o4wsetcell|O4WSetCell]], [[o4wtablemodify|O4WTableModify]], [[o4wtableaddrow|O4WTableAddRow]], [[o4wtableaddcol|O4WTableAddCol]], [[o4wtabledelcol|O4WTableDelCol]]