芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Sheets/GridCoordinate.php
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');