anchorCell = $anchorCell; } /** * @return Google_Service_Sheets_GridCoordinate */ public function getAnchorCell() { return $this->anchorCell; } public function setHeightPixels($heightPixels) { $this->heightPixels = $heightPixels; } public function getHeightPixels() { return $this->heightPixels; } public function setOffsetXPixels($offsetXPixels) { $this->offsetXPixels = $offsetXPixels; } public function getOffsetXPixels() { return $this->offsetXPixels; } public function setOffsetYPixels($offsetYPixels) { $this->offsetYPixels = $offsetYPixels; } public function getOffsetYPixels() { return $this->offsetYPixels; } public function setWidthPixels($widthPixels) { $this->widthPixels = $widthPixels; } public function getWidthPixels() { return $this->widthPixels; } }