Home
last modified time | relevance | path

Searched refs:GridCoordinate (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DDataSourceObjectReference.php26 protected $dataSourceFormulaCellType = GridCoordinate::class;
28 protected $dataSourcePivotTableAnchorCellType = GridCoordinate::class;
30 protected $dataSourceTableAnchorCellType = GridCoordinate::class;
52 * @param GridCoordinate
54 public function setDataSourceFormulaCell(GridCoordinate $dataSourceFormulaCell)
59 * @return GridCoordinate
66 * @param GridCoordinate
68 public function setDataSourcePivotTableAnchorCell(GridCoordinate $dataSourcePivotTableAnchorCell)
73 * @return GridCoordinate
80 * @param GridCoordinate
[all …]
DCutPasteRequest.php22 protected $destinationType = GridCoordinate::class;
32 * @param GridCoordinate
34 public function setDestination(GridCoordinate $destination)
39 * @return GridCoordinate
DUpdateCellsRequest.php31 protected $startType = GridCoordinate::class;
77 * @param GridCoordinate
79 public function setStart(GridCoordinate $start)
84 * @return GridCoordinate
DPasteDataRequest.php22 protected $coordinateType = GridCoordinate::class;
42 * @param GridCoordinate
44 public function setCoordinate(GridCoordinate $coordinate)
49 * @return GridCoordinate
DOverlayPosition.php22 protected $anchorCellType = GridCoordinate::class;
42 * @param GridCoordinate
44 public function setAnchorCell(GridCoordinate $anchorCell)
49 * @return GridCoordinate
DGridCoordinate.php20 class GridCoordinate extends \Google\Model class
80 class_alias(GridCoordinate::class, 'Google_Service_Sheets_GridCoordinate');