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