Home
last modified time | relevance | path

Searched refs:rowNum (Results 1 – 3 of 3) sorted by relevance

/plugin/avmathtable/
H A Dsyntax.php212 $rowNum = 1;
218 if ($rowNum == 1) {
247 $output .= $this->insertCellData($cell, $columnData, $rowNum, $j);
261 $rowNum++;
272 private function insertCellData(mixed $cell, array $columnData, int $rowNum, int $colNum) argument
/plugin/authgooglesheets/
Dhelper.php84 $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/
Dexceljs.js4646 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];