Commit 008d0461 authored by Alexander.Trofimov's avatar Alexander.Trofimov

range -> this.sqref

parent 9a0fe5d3
......@@ -4689,7 +4689,7 @@ CellArea.prototype = {
return this.sqref ? range.isIntersect(this.sqref) : false;
};
sparkline.prototype.contains = function (c, r) {
return this.sqref ? range.contains(c, r) : false;
return this.sqref ? this.sqref.contains(c, r) : false;
};
// For Auto Filters
......
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