InitRows - method of the PmfTable object
Description:
Initialization of count of table rows.
Syntax:
Empty InitRows(Long nBodyRow, [Long nHeadRow], [Long nFootRow])
Parameters:
nBodyRow | (Long) Number of rows of the data portion of the table. |
nHeadRow | [optional] (Long) Number of rows of table header. |
nFootRow | [optional] (Long) Number of rows of table footer. |
---|
Example1:
JavaScriptSelect and copy to clipboard
oTable.InitRows(20, 1, 1);