Class TableCellRange
TabelaKomórkaZakres
Kolekcja co najmniej 1 instancji TableCell
.
Szczegółowa dokumentacja
getTableCells()
Zwraca listę instancji TableCell
.
Powrót
TableCell[]
Autoryzacja
Skrypty, które korzystają z tej metody, wymagają autoryzacji z co najmniej jednym z tych zakresów:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-12-02 UTC.
[null,null,["Ostatnia aktualizacja: 2024-12-02 UTC."],[[["`TableCellRange` represents a group of one or more `TableCell` objects within a Google Slide."],["The primary method, `getTableCells()`, retrieves an array of individual `TableCell` objects contained within the range."],["To use the `TableCellRange` methods, your script needs authorization with specific Google Slides scopes."]]],["TableCellRange is a collection of TableCell instances. The key action is retrieving these instances using the `getTableCells()` method. This method returns an array of TableCell objects. To use this method, scripts require authorization with either `https://www.googleapis.com/auth/presentations.currentonly` or `https://www.googleapis.com/auth/presentations` scopes. The method documentation details its return type and necessary authorization.\n"]]