Lines Matching refs:startCol
15673 this.getCopyableText = function (startRow, startCol, endRow, endCol) {
15674 …return datamap.getCopyableText(new _src.CellCoords(startRow, startCol), new _src.CellCoords(endRow…
34326 var startCol = Math.min(start.col, end.col);
34336 newRow = row.slice(startCol, endCol + 1);
34340 (0, _number.rangeEach)(startCol, endCol, function (column) {
41413 var startCol = topLeft.col;
41417 var finalEndCol = Math.min(endCol, startCol + this.columnsLimit - 1);
41423 startCol: startCol, property
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) {