예제 #1
0
 public void rename(GeoElement geo) {
   GPoint location = geo.getOldSpreadsheetCoords();
   if (location != null) {
     doRemove(geo, location.y, location.x);
     cellRangeManager.updateCellRangeAlgos(geo, location, true);
   }
   addWithoutTrace(geo);
 }