Searched refs:rowNum (Results 1 – 3 of 3) sorted by relevance
| /plugin/avmathtable/ |
| H A D | syntax.php | 215 $rowNum = 1; 224 if ($rowNum == 1) { 292 $rowNum++; 303 …unction insertCellData(mixed $cell, array &$columnData, array &$rowData, int $colNum, int $rowNum,) argument 315 …'<span class="avmathtablevalue">' . number_format($rowData[$rowNum]['sum'], $rowData[$rowNum]['pre…
|
| /plugin/authgooglesheets/ |
| D | helper.php | 84 $rowNum = $key + 2; 100 'row' => $rowNum 209 $rowNum = $this->users[$user]['row']; 216 "startIndex" => $rowNum - 1, // 0 based index here! 217 "endIndex" => $rowNum
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 4646 value: function duplicateRow(rowNum, count) { 4652 var rSrc = this._rows[rowNum - 1]; 4654 …this.spliceRows.apply(this, [rowNum + 1, insert ? 0 : count].concat(_toConsumableArray(inserts)));… 4657 var rDst = _this3._rows[rowNum + i];
|