Commit 229233a1 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

правильный столбец правой нижней закрепленной области при переинициализации.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57297 954022d7-b5bf-4e40-9824-e11837661b57
parent ffbe6fc0
...@@ -112,7 +112,7 @@ function FrozenPlace(ws, type) { ...@@ -112,7 +112,7 @@ function FrozenPlace(ws, type) {
case FrozenAreaType.RightBottom: { case FrozenAreaType.RightBottom: {
if (_this.frozenCell.col && _this.frozenCell.row) if (_this.frozenCell.col && _this.frozenCell.row)
_this.range = new asc_Range(_this.frozenCell.col, _this.worksheet.getFirstVisibleRow(), _this.worksheet.getLastVisibleCol(), _this.worksheet.getLastVisibleRow()); _this.range = new asc_Range(_this.worksheet.getFirstVisibleCol(), _this.worksheet.getFirstVisibleRow(), _this.worksheet.getLastVisibleCol(), _this.worksheet.getLastVisibleRow());
else else
_this.isValid = false; _this.isValid = false;
} }
......
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