Searched refs:lastWrittenRowIndex (Results 1 – 9 of 9) sorted by relevance
24 private $lastWrittenRowIndex; variable in Box\\Spout\\Writer\\Common\\Entity\\Worksheet38 $this->lastWrittenRowIndex = 0;94 return $this->lastWrittenRowIndex;98 * @param int $lastWrittenRowIndex100 public function setLastWrittenRowIndex($lastWrittenRowIndex) argument102 $this->lastWrittenRowIndex = $lastWrittenRowIndex;
24 protected $lastWrittenRowIndex = 0; variable in Box\\Spout\\Writer\\CSV\\Writer95 $this->lastWrittenRowIndex++;96 if ($this->lastWrittenRowIndex % self::FLUSH_THRESHOLD === 0) {109 $this->lastWrittenRowIndex = 0;
143 $lastWrittenRowIndex = $worksheet->getLastWrittenRowIndex();144 $worksheet->setLastWrittenRowIndex($lastWrittenRowIndex + 1);