610611612613614615616617618619620
pr= (PtgRef)ptgs[j]; cursheet= pr.getSheetName(); rc= pr.getIntLocation(); if (rc[1]!=rc[3] && sht.equalsIgnoreCase(cursheet)) { // series are in rows, if existing series fall within deleted row if ((rc[0])==rownum-1) { c.removeSeries(j); break; // got it } } else break; // isn't row-based so split } catch (Exception e) {