Home
last modified time | relevance | path

Searched refs:tableRowProperties (Results 1 – 2 of 2) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTableRow.php61 public function setTableRowProperties(TableRowProperties $tableRowProperties) argument
63 $this->tableRowProperties = $tableRowProperties;
70 return $this->tableRowProperties;
H A DUpdateTableRowPropertiesRequest.php83 public function setTableRowProperties(TableRowProperties $tableRowProperties) argument
85 $this->tableRowProperties = $tableRowProperties;
92 return $this->tableRowProperties;