insertTable
insertTable(int index, float x, float y, double[] columnWidths, double[] rowHeights) function
Creates a new Table and inserts it to the collection at the specified index.
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | The zero-based index at which value should be inserted. |
| x | float | The X-coordinate for a left side of shape’s frame. |
| y | float | The Y-coordinate for a top side of shape’s frame. |
| columnWidths | double[] | Array of doubles which represents widths of columns in the table. |
| rowHeights | double[] | Array of doubles which represents heights of rows in the table. |