Insert row in the worksheet
InsertRow(Pos)
Returns True on successful and False on failure.
#insert new row at index=3 import PyOrigin wks=PyOrigin.WorksheetPages('Book1').Layers(0) wks.InsertRow(3)