3132333435363738394041
Row currentRow; do { currentRow = firstTable.getLastRow(); table.prependChild(currentRow); } while (currentRow != row); doc.save("data/AsposeSplitTable.doc"); }