TableDeleteRow removes the specified row from the table
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
Identifies the table object.
nRow specifies the row to be deleted. The row number start with 1. To remove the last row a value equal or greater than the number of rows can be specified.
See also
id-689891