Class TableCellRange
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
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 2025-07-26 UTC.
[null,null,["Ultimo aggiornamento 2025-07-26 UTC."],[[["\u003cp\u003e\u003ccode\u003eTableCellRange\u003c/code\u003e represents a group of one or more \u003ccode\u003eTableCell\u003c/code\u003e objects within a Google Slide.\u003c/p\u003e\n"],["\u003cp\u003eThe primary method, \u003ccode\u003egetTableCells()\u003c/code\u003e, retrieves an array of individual \u003ccode\u003eTableCell\u003c/code\u003e objects contained within the range.\u003c/p\u003e\n"],["\u003cp\u003eTo use the \u003ccode\u003eTableCellRange\u003c/code\u003e methods, your script needs authorization with specific Google Slides scopes.\u003c/p\u003e\n"]]],["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"],null,["# Class TableCellRange\n\nTableCellRange\n\nA collection of one or more [TableCell](/apps-script/reference/slides/table-cell) instances. \n\n### Methods\n\n| Method | Return type | Brief description |\n|-------------------------------------|---------------------------------------------------------|--------------------------------------------------------------------------------------|\n| [getTableCells()](#getTableCells()) | [TableCell[]](/apps-script/reference/slides/table-cell) | Returns the list of [TableCell](/apps-script/reference/slides/table-cell) instances. |\n\nDetailed documentation\n----------------------\n\n### `get``Table``Cells()`\n\nReturns the list of [TableCell](/apps-script/reference/slides/table-cell) instances.\n\n#### Return\n\n\n[TableCell[]](/apps-script/reference/slides/table-cell)\n\n#### Authorization\n\nScripts that use this method require authorization with one or more of the following [scopes](/apps-script/concepts/scopes#setting_explicit_scopes):\n\n- `https://www.googleapis.com/auth/presentations.currentonly`\n- `https://www.googleapis.com/auth/presentations`"]]