Home
last modified time | relevance | path

Searched refs:tableColumnProperties (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTableStyle.php29 public function setTableColumnProperties($tableColumnProperties) argument
31 $this->tableColumnProperties = $tableColumnProperties;
38 return $this->tableColumnProperties;
H A DUpdateTableColumnPropertiesRequest.php67 public function setTableColumnProperties(TableColumnProperties $tableColumnProperties) argument
69 $this->tableColumnProperties = $tableColumnProperties;
76 return $this->tableColumnProperties;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DUpdateTableColumnPropertiesRequest.php83 public function setTableColumnProperties(TableColumnProperties $tableColumnProperties) argument
85 $this->tableColumnProperties = $tableColumnProperties;
92 return $this->tableColumnProperties;