Adds a new table at the current text input position.
public bool Add();
public bool Add(int rows, int columns);
public bool Add(int rows, int columns, int id);
Parameter | Description |
---|---|
rows | Specifies the number of rows the table consists of. |
columns | Specifies the number of columns the table consists of. |
id | Specifies the table's id. |
The return value is true, if the table could be added. Otherwise it is false.