Home
last modified time | relevance | path

Searched refs:tableCellLocation (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DDeleteTableColumnRequest.php28 public function setTableCellLocation(TableCellLocation $tableCellLocation) argument
30 $this->tableCellLocation = $tableCellLocation;
37 return $this->tableCellLocation;
H A DDeleteTableRowRequest.php28 public function setTableCellLocation(TableCellLocation $tableCellLocation) argument
30 $this->tableCellLocation = $tableCellLocation;
37 return $this->tableCellLocation;
H A DInsertTableColumnRequest.php46 public function setTableCellLocation(TableCellLocation $tableCellLocation) argument
48 $this->tableCellLocation = $tableCellLocation;
55 return $this->tableCellLocation;
H A DInsertTableRowRequest.php46 public function setTableCellLocation(TableCellLocation $tableCellLocation) argument
48 $this->tableCellLocation = $tableCellLocation;
55 return $this->tableCellLocation;
H A DTableRange.php64 public function setTableCellLocation(TableCellLocation $tableCellLocation) argument
66 $this->tableCellLocation = $tableCellLocation;
73 return $this->tableCellLocation;