
This member function inserts table lines above or below the table line with the current input position. Table lines can only be inserted if the current input position is in a table and if no text is selected. The TableCanInsertLines property informs whether table lines can be inserted.
TXTextControl.TableInsertLines Position, Lines
| Parameter | Description | ||||||||||
| Position | Specifies where to insert the table lines. Possible values are the following:
| ||||||||||
| Lines | Specifies the number of lines to insert. |
The method returns True if the table lines could successfully be inserted. The method returns False if an error has occurred or if the current input position is not within a table.
| Return value: | Boolean |