.. highlightlang:: us .. index:: TableDeleteColumn .. _tabledeletecolumn: TableDeleteColumn ================= .. us.tag TableDeleteColumn table.set New400 :ref:`TableDeleteColumn` deletes a table column. .. function:: bool = TableDeleteColumn(hTable, nCol) .. 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:: nCol *nCol* specifies the column to be deleted. The column number start with 1. To remove the last column a value equal or greater than the last column index can be specified. .. seealso:: :ref:`overview-table`, :ref:`TableDeleteRow`, :ref:`TableInsertColumn` :sub:`id-2067669`