Update cookies preferences
Promotic

InsertCol - method of the PmfTable object

Description:
Insert one or more new columns.
Syntax:
Empty InsertCol(Long nColArea, Long iCol, [Long nCount])
Parameters:
nColArea(Long) Detecting the area of the table (see Areas in the table).
At this moment 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).
Note:
This method is also functional in Web panels.
See also:
Example1:
JavaScriptSelect and copy to clipboard

oTable.InsertCol(1, -1, 1);

History:
Pm9.00.04: Created
PROMOTIC 9.0.28 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.