Commit dba3078c authored by Alexander.Trofimov's avatar Alexander.Trofimov

update offset

parent 95f12481
......@@ -6166,7 +6166,7 @@ Cell.prototype.moveVer=function(val){
this.nRow += val;
};
Cell.prototype.getOffset=function(cell){
return this.getOffset3(cell.nCol - 1, cell.nRow - 1);
return this.getOffset3(cell.nCol + 1, cell.nRow + 1);
};
Cell.prototype.getOffset2=function(cellId){
var cAddr2 = new CellAddress(cellId);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment