Commit 24a9849c authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Добавил функцию setSelectionUndoRedoObject

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57424 954022d7-b5bf-4e40-9824-e11837661b57
parent a1114dac
......@@ -6717,6 +6717,11 @@
return oRes;
};
WorksheetView.prototype.setSelectionUndoRedoObject = function (range) {
this._shiftVisibleRange(range);
return this._calcActiveCellOffset();
};
WorksheetView.prototype.changeSelectionStartPoint = function (x, y, isCoord, isSelectMode) {
var ar = (this.isFormulaEditMode) ? this.arrActiveFormulaRanges[this.arrActiveFormulaRanges.length - 1]: this.activeRange;
......
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