.. highlightlang:: us .. _tabledeleterow: TableDeleteRow ============== .. index:: TableDeleteRow .. us.tag TableDeleteRow table.set New400 :ref:`TableDeleteRow` removes the specified row from the table .. function:: bool = TableDeleteRow(hTable, nRow) .. us.return **Return Value** If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hTable Identifies the table object. .. uparam:: 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. .. seealso:: :ref:`overview-table`, :ref:`TableDeleteColumn`, :ref:`TableInsertColumn` :sub:`id-689891`