Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DSuggestedTableCellStyle.php30 public function setTableCellStyle(TableCellStyle $tableCellStyle) argument
32 $this->tableCellStyle = $tableCellStyle;
39 return $this->tableCellStyle;
H A DUpdateTableCellStyleRequest.php50 public function setTableCellStyle(TableCellStyle $tableCellStyle) argument
52 $this->tableCellStyle = $tableCellStyle;
59 return $this->tableCellStyle;
H A DTableCell.php133 public function setTableCellStyle(TableCellStyle $tableCellStyle) argument
135 $this->tableCellStyle = $tableCellStyle;
142 return $this->tableCellStyle;