Searched refs:updatedCells (Results 1 – 3 of 3) sorted by relevance
29 public $updatedCells; variable in Google\\Service\\Sheets\\UpdateValuesResponse62 public function setUpdatedCells($updatedCells) argument64 $this->updatedCells = $updatedCells;71 return $this->updatedCells;
27 public $updatedCells; variable in Google\\Service\\Sheets\\UpdateValuesByDataFilterResponse60 public function setUpdatedCells($updatedCells) argument62 $this->updatedCells = $updatedCells;69 return $this->updatedCells;
2822 …var updatedCells = this.updateShapes((graph.model.isEdge(currentStyleTarget.cell)) ? cells[0] : ce…2823 graph.setSelectionCells(updatedCells);