Description
Inserts one above or below the current text input position in the table.
Applies to
Syntax
boolean rtename.TableInsertRow(integer position)
Argument |
Description |
---|---|
position |
The position to insert the new row(s). The following values are supported:
|
Return value
Boolean.
Returns true if the row is inserted successfully. Returns false if the row is not inserted or the current text input position is not in a table. Returns null if any argument is null.
Examples
The following example inserts a row below the current position.
boolean lb_rtn lb_rtn = rte_1.TableInsertRow (2)