dimension = $dimension; } public function getDimension() { return $this->dimension; } public function setEndIndex($endIndex) { $this->endIndex = $endIndex; } public function getEndIndex() { return $this->endIndex; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } }