columnIndex = $columnIndex; } public function getColumnIndex() { return $this->columnIndex; } public function setRowIndex($rowIndex) { $this->rowIndex = $rowIndex; } public function getRowIndex() { return $this->rowIndex; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } }