TableInsertColumnΒΆ

TableInsertColumn inserts a new column of cells to the specified table.

bool = TableInsertColumn(hTable, nAfter)

Return Value

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

Parameters

hTable

Identifies the table object.

nAfter

nAfter is the insert position. To insert the column of cells before the first column nAfter is 0. To add the column of cells after the last column set nAfter to a high value, e.g. 1000.

id-1078853