Class TableCellRange
TablaCeldaRango
Es una colección de una o más instancias de TableCell
.
Documentación detallada
getTableCells()
Muestra la lista de instancias de TableCell
.
Volver
TableCell[]
Autorización
Las secuencias de comandos que usan este método requieren autorización con uno o más de los siguientes ámbitos:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-12-02 (UTC)
[null,null,["Última actualización: 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"]]