TableDeleteColumnΒΆ

TableDeleteColumn deletes a table column.

bool = TableDeleteColumn(hTable, nCol)

Return Value

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

Parameters

hTable

Identifies the table object.

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.

id-2067669