Class TableCellRange
TabelaFaixa de células
Uma coleção de uma ou mais instâncias de TableCell
.
Documentação detalhada
getTableCells()
Retorna a lista de instâncias TableCell
.
Retornar
TableCell[]
Autorização
Os scripts que usam esse método exigem autorização com um ou mais dos seguintes escopos:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-12-02 UTC.
[null,null,["Última atualização 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"]]