Lines Matching refs:endCol
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) {
17129 if (typeof endCol !== 'number' || endCol < 0 || endCol >= instance.countCols()) {
17143 selection.setRangeEnd(new _src.CellCoords(endRow, endCol), scrollToCell);
34328 var endCol = Math.max(start.col, end.col);
34336 newRow = row.slice(startCol, endCol + 1);
34340 (0, _number.rangeEach)(startCol, endCol, function (column) {
41415 var endCol = bottomRight.col;
41417 var finalEndCol = Math.min(endCol, startCol + this.columnsLimit - 1);
41425 endCol: finalEndCol property
41434 if (endRow !== finalEndRow || endCol !== finalEndCol) {
41435 …this.hot.runHooks('afterCopyLimit', endRow - startRow + 1, endCol - startCol + 1, this.rowsLimit, …
41463 (0, _number.rangeEach)(range.startCol, range.endCol, function (column) {
41507 (0, _number.rangeEach)(range.startCol, range.endCol, function (column) {