Lines Matching refs:endRow

15447 …this.populateFromArray = function (row, col, input, endRow, endCol, source, method, direction, del…
15453 c = typeof endRow === 'number' ? new _src.CellCoords(endRow, endCol) : null;
15673 this.getCopyableText = function (startRow, startCol, endRow, endCol) {
15674 …amap.getCopyableText(new _src.CellCoords(startRow, startCol), new _src.CellCoords(endRow, endCol));
17114 this.selectCell = function (row, col, endRow, endCol, scrollToCell, changeListener) {
17125 if ((0, _mixed.isDefined)(endRow)) {
17126 if (typeof endRow !== 'number' || endRow < 0 || endRow >= instance.countRows()) {
17140 if ((0, _mixed.isUndefined)(endRow)) {
17143 selection.setRangeEnd(new _src.CellCoords(endRow, endCol), scrollToCell);
17163 this.selectCellByProp = function (row, prop, endRow, endProp, scrollToCell) {
24685 this.endRow = null;
24735 this.endRow = i;
24741 this.endRow = i;
24751 if (this.endRow === totalRows - 1 && needReverse) {
24752 this.startRow = this.endRow;
24756 … var viewportSum = startPositions[this.endRow] + rowHeight - startPositions[this.startRow - 1];
24776 this.count = this.endRow - this.startRow + 1;
27497 return this.wot.wtViewport.rowsRenderCalculator.endRow;
27502 return this.wot.wtViewport.rowsVisibleCalculator.endRow;
28958endRow > this.rowsRenderCalculator.endRow || proposedRowsVisibleCalculator.endRow === this.rowsRen…
34327 var endRow = Math.max(start.row, end.row);
34331 (0, _number.rangeEach)(startRow, endRow, function (currentRow) {
41414 var endRow = bottomRight.row;
41416 var finalEndRow = Math.min(endRow, startRow + this.rowsLimit - 1);
41424 endRow: finalEndRow,
41434 if (endRow !== finalEndRow || endCol !== finalEndCol) {
41435 …this.hot.runHooks('afterCopyLimit', endRow - startRow + 1, endCol - startCol + 1, this.rowsLimit, …
41458 (0, _number.rangeEach)(range.startRow, range.endRow, function (row) {
41502 (0, _number.rangeEach)(range.startRow, range.endRow, function (row) {
44652 value: function changeSelection(startRow, endRow) {
44657 selection.setRangeEnd(new _src.CellCoords(endRow, lastColIndex), false);
46626 mergeParent = this.mergeCells.mergedCellInfoCollection.getInfo(calc.endRow, c);
46629 if (mergeEnd > calc.endRow) {
46630 calc.endRow = mergeEnd;
48501 calc.endRow = Math.min(calc.endRow + viewportOffset, rows - 1);
48504 var center = calc.startRow + calc.endRow - calc.startRow;
48508 calc.endRow = Math.min(calc.endRow + offset, rows - 1);