Commit 25607182 authored by Sergey Konovalov's avatar Sergey Konovalov

_cells -> value(cArea, cRef3D)

parent c326fe33
......@@ -1097,7 +1097,7 @@ parserHelp.setDigitSeparator(AscCommon.g_oDefaultCultureInfo.NumberDecimalSepara
};
cArea.prototype.getRange = function () {
if (!this.range) {
this.range = this.ws.getRange2(this._cells);
this.range = this.ws.getRange2(this.value);
}
return this.range;
};
......@@ -1612,7 +1612,7 @@ parserHelp.setDigitSeparator(AscCommon.g_oDefaultCultureInfo.NumberDecimalSepara
if (this.range) {
return this.range;
}
return this.range = this.ws.getRange2(this._cells);
return this.range = this.ws.getRange2(this.value);
} else {
return this.range = null;
}
......
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