Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DSuggestedTableRowStyle.php30 public function setTableRowStyle(TableRowStyle $tableRowStyle) argument
32 $this->tableRowStyle = $tableRowStyle;
39 return $this->tableRowStyle;
H A DUpdateTableRowStyleRequest.php67 public function setTableRowStyle(TableRowStyle $tableRowStyle) argument
69 $this->tableRowStyle = $tableRowStyle;
76 return $this->tableRowStyle;
H A DTableRow.php133 public function setTableRowStyle(TableRowStyle $tableRowStyle) argument
135 $this->tableRowStyle = $tableRowStyle;
142 return $this->tableRowStyle;