76 $this->_subject = $subject;
77 $this->_rowIndex = $rowIndex;
84 unset($this->_subject);
100 return $this->_subject->getCellByColumnAndRow($this->_position, $this->_rowIndex);
130 if ($this->_onlyExistingCells) {
135 while ($this->_position < $columnCount &&
136 !$this->_subject->cellExistsByColumnAndRow($this->_position, $this->_rowIndex)) {
141 return $this->_position < $columnCount;
159 $this->_onlyExistingCells = $value;