endColumnIndex = $endColumnIndex; } public function getEndColumnIndex() { return $this->endColumnIndex; } public function setEndRowIndex($endRowIndex) { $this->endRowIndex = $endRowIndex; } public function getEndRowIndex() { return $this->endRowIndex; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } public function setStartColumnIndex($startColumnIndex) { $this->startColumnIndex = $startColumnIndex; } public function getStartColumnIndex() { return $this->startColumnIndex; } public function setStartRowIndex($startRowIndex) { $this->startRowIndex = $startRowIndex; } public function getStartRowIndex() { return $this->startRowIndex; } }