Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DUpdateValuesResponse.php29 public $updatedCells; variable in Google\\Service\\Sheets\\UpdateValuesResponse
62 public function setUpdatedCells($updatedCells) argument
64 $this->updatedCells = $updatedCells;
71 return $this->updatedCells;
DUpdateValuesByDataFilterResponse.php27 public $updatedCells; variable in Google\\Service\\Sheets\\UpdateValuesByDataFilterResponse
60 public function setUpdatedCells($updatedCells) argument
62 $this->updatedCells = $updatedCells;
69 return $this->updatedCells;
/plugin/diagramsnet/lib/js/grapheditor/
DSidebar.js2822 …var updatedCells = this.updateShapes((graph.model.isEdge(currentStyleTarget.cell)) ? cells[0] : ce…
2823 graph.setSelectionCells(updatedCells);