Commit 1e63e172 authored by Alexander.Trofimov's avatar Alexander.Trofimov

getBBox -> getBBox0

parent e942eae8
......@@ -761,7 +761,7 @@
_arg2 = cElementType.array === arg2.type ? arg1 : arg2;
var BBox = _arg2.getBBox();
var BBox = _arg2.getBBox0();
if (_arg1.getRowCount() != (BBox.r2 - BBox.r1) && _arg1.getCountElementInRow() != (BBox.c2 - BBox.c1)) {
return this.value = new cError(cErrorType.not_available);
......@@ -773,7 +773,7 @@
return this.value = new cError(cErrorType.not_available);
}
var c = new CellAddress(BBox.r1 + resR, BBox.c1 + resC);
var c = new CellAddress(BBox.r1 + resR, BBox.c1 + resC, 0);
return this.value = checkTypeCell(_arg2.getWS()._getCellNoEmpty(c.getRow0(), c.getCol0()));
} else {
var arg1Range = arg1.getRange(), arg2Range = arg2.getRange();
......
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