A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
2029203020312032203320342035
final Set<Ref> all = refs[1]; final int maxrow = book.getSpreadsheetVersion().getLastRowIndex(); final int maxcol = book.getSpreadsheetVersion().getLastColumnIndex(); shiftFormulas(all, sheet, startRow, maxrow, num, 0, maxcol, 0); return new ChangeInfo(last, all, changeMerges); }
2048204920502051205220532054
2075207620772078207920802081
final Set<Ref> all = refs[1]; final int maxrow = book.getSpreadsheetVersion().getLastRowIndex(); final int maxcol = book.getSpreadsheetVersion().getLastColumnIndex(); shiftFormulas(all, sheet, startRow0, maxrow, -num, 0, maxcol, 0); return new ChangeInfo(last, all, changeMerges); }
2094209520962097209820992100
2118211921202121212221232124
final Set<Ref> all = refs[1]; final int maxrow = book.getSpreadsheetVersion().getLastRowIndex(); final int maxcol = book.getSpreadsheetVersion().getLastColumnIndex(); shiftFormulas(all, sheet, 0, maxrow, 0, startCol, maxcol, num); return new ChangeInfo(last, all, changeMerges); }
2133213421352136213721382139
2158215921602161216221632164
final Set<Ref> all = refs[1]; final int maxrow = book.getSpreadsheetVersion().getLastRowIndex(); final int maxcol = book.getSpreadsheetVersion().getLastColumnIndex(); shiftFormulas(all, sheet, 0, maxrow, 0, startCol0, maxcol, -num); return new ChangeInfo(last, all, changeMerges); }
2174217521762177217821792180
2206220722082209221022112212
final int maxrow = book.getSpreadsheetVersion().getLastRowIndex(); all.add(new AreaRefImpl(tRow, lCol, maxrow, rCol, refSheet)); shiftFormulas(all, sheet, tRow, maxrow, num, lCol, rCol, 0); } return new ChangeInfo(last, all, changeMerges); }
2230223122322233223422352236