Searched refs:setRangeEnd (Results 1 – 4 of 4) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
| D | Int64RangeMatch.php | 34 public function setRangeEnd($rangeEnd) function in Google\\Service\\Compute\\Int64RangeMatch
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 14706 selection.setRangeEnd(coords, null, keepEditorOpened); 14729 setRangeEnd: function setRangeEnd(coords, scrollToCell, keepEditorOpened) { 14955 selection.setRangeEnd(coords, true); 15014 …selection.setRangeEnd(new _src.CellCoords(instance.countRows() - 1, instance.countCols() - 1), fal… 17141 selection.setRangeEnd(priv.selRange.from, scrollToCell); 17143 selection.setRangeEnd(new _src.CellCoords(endRow, endCol), scrollToCell); 34526 rangeModifier = event.shiftKey ? selection.setRangeEnd : selection.setRangeStart; 38345 this.hot.selection.setRangeEnd(new _src.CellCoords(cornersOfArea[2], cornersOfArea[3])); 42963 selection.setRangeEnd(new _src.CellCoords(lastRowIndex, endColumn), false); 44657 selection.setRangeEnd(new _src.CellCoords(endRow, lastColIndex), false); [all …]
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …setRangeEnd(coords,null,keepEditorOpened);},setRangeStartOnly:function setRangeStartOnly(coords){i…
|
| /plugin/jsontable/script/ |
| D | handsontable.full.min.js | 29 …setRangeEnd(i):(u||c)&&i.row>=0&&i.col>=0&&!s.cells?a.setRangeEnd(new r.CellCoords(i.row,i.col)):u… 35 …setRangeEnd:n.setRangeStart;switch(a.keyCode){case r.KEY_CODES.A:!c.isEditorOpened()&&s&&(e.select…
|