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

добавлена переменная в класс AutoFilter

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56522 954022d7-b5bf-4e40-9824-e11837661b57
parent 19d0a629
...@@ -4430,6 +4430,7 @@ function AutoFilter() { ...@@ -4430,6 +4430,7 @@ function AutoFilter() {
AutoFilter.prototype.clone = function() { AutoFilter.prototype.clone = function() {
var i, res = new AutoFilter(); var i, res = new AutoFilter();
res.Ref = this.Ref; res.Ref = this.Ref;
res.refTable = this.refTable;
if (this.FilterColumns) { if (this.FilterColumns) {
res.FilterColumns = []; res.FilterColumns = [];
for (i = 0; i < this.FilterColumns.length; ++i) for (i = 0; i < this.FilterColumns.length; ++i)
......
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