Home
last modified time | relevance | path

Searched refs:tableStartLocation (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTableCellLocation.php64 public function setTableStartLocation(Location $tableStartLocation) argument
66 $this->tableStartLocation = $tableStartLocation;
73 return $this->tableStartLocation;
H A DUpdateTableRowStyleRequest.php81 public function setTableStartLocation(Location $tableStartLocation) argument
83 $this->tableStartLocation = $tableStartLocation;
90 return $this->tableStartLocation;
H A DUpdateTableColumnPropertiesRequest.php81 public function setTableStartLocation(Location $tableStartLocation) argument
83 $this->tableStartLocation = $tableStartLocation;
90 return $this->tableStartLocation;
H A DUpdateTableCellStyleRequest.php78 public function setTableStartLocation(Location $tableStartLocation) argument
80 $this->tableStartLocation = $tableStartLocation;
87 return $this->tableStartLocation;