Ejemplo n.º 1
0
 private static void insertEstimatedCostTable(WordMethods wm, int rowsCount, int colsCount)
 {
     wm.goToBookmark("w2");
     wm.insertTable(rowsCount, colsCount, true);
 }
Ejemplo n.º 2
0
 private static void insertWorkSchedulesTable(WordMethods wm, int rowsCount, int colsCount)
 {
     wm.goToBookmark("w1");
     wm.insertTable(rowsCount, colsCount, false);
 }