Searched refs:newRangeCoords (Results 1 – 2 of 2) sorted by relevance
14739 var newRangeCoords = { variable14748 newRangeCoords.row = coords.row < 0 ? firstVisibleRow : coords.row;14749 newRangeCoords.col = coords.col < 0 ? firstVisibleColumn : coords.col;14751 priv.selRange.to = new _src.CellCoords(newRangeCoords.row, newRangeCoords.col);46934 newRangeCoords = void 0;46962 …newRangeCoords = _this.getCurrentRangeCoords(selectedRange, targetCoords, _this.touchStartRange.di…46964 if (newRangeCoords.start !== null) {46965 _this.hot.selection.setRangeStart(newRangeCoords.start);46968 _this.hot.selection.setRangeEnd(newRangeCoords.end);
1 …newRangeCoords={row:null,col:null};instance.runHooks('beforeSetRangeEnd',coords);instance.selectio…