TableDeleteRowΒΆ

TableDeleteRow removes the specified row from the table

bool = TableDeleteRow(hTable, nRow)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hTable

Identifies the table object.

nRow

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.

id-689891