Commit 450bad74 authored by GoshaZotov's avatar GoshaZotov

syntax error

parent 8093d1e6
......@@ -12840,7 +12840,7 @@
var rangeButton = Asc.Range(autoFilter.Ref.c1 + colId, autoFilter.Ref.r1, autoFilter.Ref.c1 + colId, autoFilter.Ref.r1);
var cellId = ws.autoFilters._rangeToId(rangeButton);
var cellCoord = this.getCellCoord(autoFilter.Ref.c1, autoFilter.Ref.r1);
var cellCoord = this.getCellCoord(autoFilter.Ref.c1 + colId, autoFilter.Ref.r1);
//get filter object
var filterObj = new Asc.AutoFilterObj();
......
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