Adds a new table column at the current text input position.

Add(TableAddPosition)

public bool Add(TableAddPosition position);
Public Function Add(ByVal position As TableAddPosition) As Boolean

Parameters

Parameter Description
position Specifies the position where to add the column. It can be one of the TableAddPosition values:
Event Description
Before The column is inserted left of the column with the current input position.
After The column is inserted right of the column with the current input position.

Return Value

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