Adds a row to the first table in the current range, at the specified position. If you add a row to the end of the table, it will be based on the table's last line. The current range will not be changed.
The ReturnCode parameter will be set to "0" if the method is called successfully, or to a value other than "0" if this is not the case.
Syntax |
CALL_METHOD NameWordClientObject ROW_ADD Position ReturnCode |
Parameters |
Position |
NUM_BIN_4 type (input parameter) Possible values:
Integer between 1 and the number of rows in the table, |
_WRD_FIRST_POSITION |
row created as the first row in the table, |
_WRD_LAST_POSITION |
row created as the last row in the table. |
|
ReturnCode |
NUM_BIN_4 type (output parameter) |