inserttype

Define the insert type variant or return the current setting

 

if you insert a new row with the new function, you can define, on which place the system will insert the new row

 

0 (Default): at the end

1 = next line

 

// define: at end:
document.insertrow(0);