nColArea | (Long) Detecting the area of the table (see Areas in the table).
For now, only the value 1 can be entered = data area of the table (Main). It means adding in the left part (Left) is not possible (it can only be set during the initialization phase by the InitCols method). |
---|---|
iCol | (Long) Column index (zero-based index).
-1 = insert to the end. |
nCount | [optional] (Long) Number of columns (default: 1). |
oTable.InsertCol(1, -1, 1);