InitCols - method of the PmfTable object
Description:
Initialization of table columns count.
Syntax:
Empty InitCols(Long nMainCol, [Long nLeftCol])
Parameters:
nMainCol | (Long) Number of columns in the table data area. |
nLeftCol | [optional] (Long) Number of columns in the left area of the table. |
---|
Example1:
JavaScriptSelect and copy to clipboard
oTable.InitCols(8, 1);