Adds a new table column at the current text input position.
public bool Add(TableAddPosition position);Public Function Add(ByVal position As TableAddPosition) As Boolean| Parameter | Description | ||||||
|---|---|---|---|---|---|---|---|
| position | Specifies the position where to add the column. It can be one of the Table
|
The return value is true, if the column could be added. Otherwise it is false.