AddRows
Add a new rows to the current table.
Parameters:
Name |
Type |
Default |
Description |
oCell |
ApiTableCell
|
null |
The cell after which the new rows will be added. If not specified the new rows will
be added at the end of the table. |
nCount |
Number
|
|
count of rows to be added. |
isBefore |
boolean
|
false |
Add a new rows before or after the specified cell. If no cell is specified then
this parameter will be ignored. |
Returns:
- Type
-
ApiTable