 "insertLineN"
"insertLineN"
    
    Inserts an empty row after a specified row.
Synopsis
setValue(string shape, "insertLineN", int n);
shape.insertLineN(int n);
Parameters
| Parameter | Description | 
|---|---|
| shape | Name of the object | 
| n | Index of the new row, starting at 0 | 
Description
Inserts an empty row in a table at position "n".
Assignment
Table
