Lines Matching refs:cellC2
123 XCell cellC2 = xSheet.getCellByPosition(2, 1); in testInsertCells() local
134 expectValueC2, cellC2.getValue(),0); in testInsertCells()
140 cellC2 = xSheet.getCellByPosition(2, 1); in testInsertCells()
151 expectValueC2right, cellC2.getValue(),0); in testInsertCells()
253 XCell cellC2 = xSheet.getCellByPosition(2, 1); in testDeleteCells() local
264 expectValueC2up, cellC2.getValue(),0); in testDeleteCells()
272 cellC2 = xSheet.getCellByPosition(2, 1); in testDeleteCells()
283 expectValueC2left, cellC2.getValue(),0); in testDeleteCells()
291 cellC2 = xSheet.getCellByPosition(2, 1); in testDeleteCells()
302 expectValueC2rows, cellC2.getValue(),0); in testDeleteCells()
310 cellC2 = xSheet.getCellByPosition(2, 1); in testDeleteCells()
321 expectValueC2columns, cellC2.getValue(),0); in testDeleteCells()