I would like to extend a table with a row using Interleaf Lisp. Therefore I open the concerning document, get the table handle and the table row handle and try to extend the table by using the mid:create method of the doc-cmpn-editor-class
The result of the code above is that the new created row does not belong to the existing table with all consequences. I know that I did not use the optional row argument, but using this argument resulted in error messages like "invalid argument". Can somebody explain me how to use this option, which will fix my problem?