Class TableCellRange
TableCellRange
Una raccolta di una o più istanze TableCell
.
Documentazione dettagliata
getTableCells()
Restituisce l'elenco delle istanze TableCell
.
Invio
TableCell[]
Autorizzazione
Gli script che utilizzano questo metodo richiedono l'autorizzazione con uno o più dei seguenti ambiti:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-12-02 UTC.
[null,null,["Ultimo aggiornamento 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"]]