Commit ec5204ec authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=30328 - Ошибка в консоли при Delete Cells...

http://bugzserver/show_bug.cgi?id=30328 - Ошибка в консоли при Delete Cells столбца к которому применен Custom Filter

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64845 954022d7-b5bf-4e40-9824-e11837661b57
parent 7dcdf0ea
......@@ -1422,7 +1422,7 @@ var maxIndividualValues = 10000;
var newColId = autoFilter.FilterColumns[j].ColId + diffColId;
if(newColId < 0 || (diff < 0 && col >= activeRange.c1 && col <= activeRange.c2))
{
autoFilter.FilterColumns[j].Filters.clean();
autoFilter.FilterColumns[j].clean();
t._openHiddenRowsFilterColumn(autoFilter, autoFilter.FilterColumns[j].ColId);
autoFilter.FilterColumns.splice(j, 1);
j--;
......
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