| Parameter | Mand | Type | Default | Constraints |
| label | no | String | | |
Column label (comment) |
| name | yes | String | | |
The name of the new table |
| position | no | Int | -1 | |
Insert at this position (-1 means append) |
| rows | yes | Int | | |
The number of rows |
| set | yes | DataSet | | |
Name of the dataset to which the table will be added |
| withlabel | no | Bool | no | |
Control for label parameter |
| withposition | no | Bool | no | |
Control for position parameter |
| Parameter | Mand | Type | Default | Constraints |