columnIndex = $columnIndex; } /** * @return int */ public function getColumnIndex() { return $this->columnIndex; } /** * @param int */ public function setRowIndex($rowIndex) { $this->rowIndex = $rowIndex; } /** * @return int */ public function getRowIndex() { return $this->rowIndex; } /** * @param int */ public function setSheetId($sheetId) { $this->sheetId = $sheetId; } /** * @return int */ public function getSheetId() { return $this->sheetId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GridCoordinate::class, 'Google_Service_Sheets_GridCoordinate');