Lines Matching refs:countRows
7038 var totalRows = this.instance.countRows();
11997 totalRowsCount = this.instance.countRows(),
14284 var totalRows = instance.countRows();
14343 var rows = instance.countRows();
14347 datamap.createRow(instance.countRows(), 1, 'auto');
14357 datamap.createRow(instance.countRows(), 1, 'auto');
14382 var rowCount = instance.countRows();
14558 …wInputLength || !priv.settings.allowInsertRow && current.row > instance.countRows() - 1 || current…
14788 …Range.from.row === 0 && priv.selRange.to.row === instance.countRows() - 1 && instance.countRows() …
14870 totalRows = instance.countRows();
14877 totalRows = instance.countRows();
14935 totalRows = instance.countRows();
15014 …selection.setRangeEnd(new _src.CellCoords(instance.countRows() - 1, instance.countCols() - 1), fal…
15202 while (changes[i][0] > instance.countRows() - 1) {
16307 rowTo = this.countRows();
16596 var i = instance.countRows() - 1;
16637 (0, _number.rangeEach)(instance.countRows() - 1, function (i) {
16901 this.countRows = function () {
17029 var i = instance.countRows() - 1,
17057 if (instance.countRows() < 1) {
17119 if (typeof row !== 'number' || row < 0 || row >= instance.countRows()) {
17126 if (typeof endRow !== 'number' || endRow < 0 || endRow >= instance.countRows()) {
17201 if (row !== void 0 && (row < 0 || row >= instance.countRows())) {
20132 for (row = 0, rowLen = this.countRows(); row < rowLen; row++) {
29449 …unicode.KEY_CODES.ARROW_DOWN && selected.row > 0 && selected.row < this.htEditor.countRows() - 1) {
29560 var lastRow = innerHOT.countRows() - 1;
29566 rowToSelect = innerHOT.countRows() - 1;
29579 if (rowToSelect < 0 || innerHOT.flipped && rowToSelect > innerHOT.countRows() - 1) {
34217 …result = this.getByRange({ row: 0, col: 0 }, { row: Math.max(this.countRows() - 1, 0), col: Math.m…
34365 value: function countRows() {
34655 rangeModifier(new _src.CellCoords(instance.countRows() - 1, priv.selRange.from.col));
36786 …ength > 1 && arguments[1] !== undefined ? arguments[1] : { from: 0, to: this.hot.countRows() - 1 };
36825 …ength > 0 && arguments[0] !== undefined ? arguments[0] : { from: 0, to: this.hot.countRows() - 1 };
37088 var rowsCount = this.hot.countRows();
37443 …ength > 0 && arguments[0] !== undefined ? arguments[0] : { from: 0, to: this.hot.countRows() - 1 };
37496 var length = this.hot.countRows() - 1;
37587 var rowsLimit = this.hot.countRows() - 1;
37737 var totalRows = this.hot.countRows() - 1;
38233 var nrOfTableRows = this.hot.countRows();
38296 var nrOfTableRows = this.hot.countRows();
40073 var lastRow = this.hotMenu.countRows() - 1;
40094 var cell = nextRow < this.hotMenu.countRows() ? this.hotMenu.getCell(nextRow, col) : null;
40765 if (this.countRows()) {
41010 var totalRows = this.countRows();
41046 …return !selected || this.selection.selectedHeader.cols || this.countRows() >= this.getSettings().m…
41080 …return !selected || this.selection.selectedHeader.cols || this.countRows() >= this.getSettings().m…
42960 var lastRowIndex = this.hot.countRows() - 1;
44806 var countRows = this.hot.countRows();
44811 if (coords.row >= lastVisible && lastVisible < countRows) {
44885 var countRows = this.hot.countSourceRows();
44889 this.rowsMapper.createMap(countRows || this.hot.getSettings().startRows);
44890 } else if (rowsMapperLen < countRows) {
44891 var diff = countRows - rowsMapperLen;
44894 } else if (rowsMapperLen > countRows) {
44895 var maxIndex = countRows - 1;
46518 var totalRows = this.countRows();
46641 var rowCount = this.countRows();
47189 var rowCount = instance.countRows();
48236 return instance.countRows();
48337 selection.setRangeEnd(new _src.CellCoords(instance.countRows() - 1, coords.col));
48372 …selection.setRangeEnd(new _src.CellCoords(Math.max(instance.countRows() - 1, 0), coords.col), fals…
48429 … instance.selection.setRangeEnd(new _src.CellCoords(instance.countRows() - 1, coords.col), false);
48438 … instance.selection.setRangeEnd(new _src.CellCoords(instance.countRows() - 1, coords.col), false);
48493 var rows = instance.countRows();