Adds new table rows at the current text input position.

Add(TableAddPosition, Int)

public bool Add(TableAddPosition position, int count);
Public Function Add(ByVal position As TableAddPosition, ByVal count As Integer) As Boolean

Parameters

Parameter Description
position Specifies the position where to add the rows. It can be one of the TableAddPosition values:
Event Description
Before The rows are inserted in front of the row with the current input position.
After The rows are inserted behind the row with the current input position.
count Specifies the number of rows to add.

Return Value

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