Home
last modified time | relevance | path

Searched refs:getRowHeight (Results 1 – 2 of 2) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTableRow.php40 public function getRowHeight() function in Google\\Service\\Slides\\TableRow
/plugin/edittable/lib/
H A Dhandsontable.full.js16852 this.getRowHeight = function (row) {
27604 value: function getRowHeight(sourceRow) {
27941 var height = this.wot.wtTable.getRowHeight(sourceRowIndex);
28849 return _this2.wot.wtTable.getRowHeight(sourceRow);
29421 var firstRowHeight = this.htEditor.getInstance().getRowHeight(0) || 23;
32376 var height = this.wot.wtTable.getRowHeight(from);
37414 return _this2.getRowHeight(row, height);
37613 value: function getRowHeight(row) {
37776 size = this.getRowHeight(row);
44675 var rowHeight = this.hot.view.wt.wtTable.getRowHeight(i) || 23;
[all …]