Adds a new table at the current text input position.

Add()

public bool Add();

Add(Int, Int)

public bool Add(int rows, int columns);

Add(Int, Int, Int)

public bool Add(int rows, int columns, int id);

Parameters

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.

Return Value

The return value is true, if the table could be added. Otherwise it is false.