Lines Matching refs:countCols

14370 …if (priv.settings.minCols && !priv.settings.columns && instance.countCols() < priv.settings.minCol…
14371 for (; instance.countCols() < priv.settings.minCols; emptyCols++) {
14372 datamap.createCol(instance.countCols(), 1, 'auto');
14377 …for (; emptyCols < priv.settings.minSpareCols && instance.countCols() < priv.settings.maxCols; emp…
14378 datamap.createCol(instance.countCols(), 1, 'auto');
14383 var colCount = instance.countCols();
14583 …putLength || !priv.settings.allowInsertColumn && current.col > instance.countCols() - 1 || current…
14788 …Range.from.col === 0 && priv.selRange.to.col === instance.countCols() - 1 && instance.countCols() …
14871 totalCols = instance.countCols();
14890 totalCols = instance.countCols();
14936 totalCols = instance.countCols();
15014 …selection.setRangeEnd(new _src.CellCoords(instance.countRows() - 1, instance.countCols() - 1), fal…
15218 while (datamap.propToCol(changes[i][1]) > instance.countCols() - 1) {
15763 clen = instance.countCols();
16280 …map.getRange(new _src.CellCoords(row, 0), new _src.CellCoords(row, this.countCols() - 1), datamap.…
16309 columnTo = this.countCols();
16599 var j = instance.countCols() - 1;
16676 for (var i = 0, ilen = instance.countCols(); i < ilen; i++) {
16702 var ilen = columnsAsFunc ? instance.countSourceCols() : instance.countCols();
16912 this.countCols = function () {
17060 var i = instance.countCols() - 1,
17122 if (typeof col !== 'number' || col < 0 || col >= instance.countCols()) {
17129 if (typeof endCol !== 'number' || endCol < 0 || endCol >= instance.countCols()) {
17204 if (column !== void 0 && (column < 0 || column >= instance.countCols())) {
20105 for (col = 0, colLen = this.countCols(); col < colLen; col++) {
33463 colCount = this.instance.countCols(),
33537 if (typeof index !== 'number' || index >= this.instance.countCols()) {
33538 index = this.instance.countCols();
33545 while (numberOfCreatedCols < amount && this.instance.countCols() < maxCols) {
33548 if (typeof index !== 'number' || index >= this.instance.countCols()) {
33642 index = (this.instance.countCols() + index) % this.instance.countCols();
33942 var totalCols = this.instance.countCols();
33964 for (var c = 0; c < this.instance.countCols(); c++) {
34037 col: Math.max(this.instance.countCols() - 1, 0)
34657 rangeModifier(new _src.CellCoords(priv.selRange.from.row, instance.countCols() - 1));
36782 …ength > 0 && arguments[0] !== undefined ? arguments[0] : { from: 0, to: this.hot.countCols() - 1 };
36828 var length = this.hot.countCols() - 1;
36923 var colsLimit = this.hot.countCols() - 1;
37447 …ength > 1 && arguments[1] !== undefined ? arguments[1] : { from: 0, to: this.hot.countCols() - 1 };
37493 …ength > 0 && arguments[0] !== undefined ? arguments[0] : { from: 0, to: this.hot.countCols() - 1 };
38257 var nrOfTableCols = this.hot.countCols();
40775 var entireRowSelection = [selected[0], 0, selected[0], this.countCols() - 1];
40778 return selected[1] < 0 || this.countCols() >= this.getSettings().maxCols || rowSelected;
40814 var entireRowSelection = [selected[0], 0, selected[0], this.countCols() - 1];
40816 var onlyOneColumn = this.countCols() === 1;
40818 …return selected[1] < 0 || this.countCols() >= this.getSettings().maxCols || !onlyOneColumn && rowS…
40858 var entireRowSelection = [selected[0], 0, selected[0], this.countCols() - 1];
40860 var onlyOneColumn = this.countCols() === 1;
40862 …return selected[1] < 0 || this.countCols() >= this.getSettings().maxCols || !onlyOneColumn && rowS…
40973 var totalColumns = this.countCols();
42369 …if (settings.fixedColumnsLeft === this.hot.countCols() || column <= settings.fixedColumnsLeft - 1)…
42751 countCols: 0, property
43100 if (priv.coordsColumn < priv.countCols) {
43121 … var newCoordsCol = priv.coordsColumn >= priv.countCols ? priv.countCols - 1 : priv.coordsColumn;
43177 var countCols = this.hot.countSourceCols();
43181 this.columnsMapper.createMap(countCols || this.hot.getSettings().startCols);
43182 } else if (columnsMapperLen < countCols) {
43183 var diff = countCols - columnsMapperLen;
43186 } else if (columnsMapperLen > countCols) {
43187 var maxIndex = countCols - 1;
43280 priv.countCols = this.hot.countCols();
44654 var lastColIndex = this.hot.countCols() - 1;
46519 var totalCols = this.countCols();
46616 var colCount = this.countCols();
47190 var colCount = instance.countCols();
48239 return instance.countCols();
48333 selection.setRangeEnd(new _src.CellCoords(coords.row, instance.countCols() - 1));
48381 …selection.setRangeEnd(new _src.CellCoords(coords.row, Math.max(instance.countCols() - 1, 0)), fals…
48431 … instance.selection.setRangeEnd(new _src.CellCoords(coords.row, instance.countCols() - 1), false);
48440 … instance.selection.setRangeEnd(new _src.CellCoords(coords.row, instance.countCols() - 1), false);
48513 var cols = instance.countCols();