Stay organized with collections Save and categorize content based on your preferences.
TableRowA row in a table. A row consists of a list of table cells. A row is identified by the row index.
Detailed documentationgetCell(cellIndex)
Returns the cell at the specified index.
Parameters Name Type DescriptioncellIndex
Integer
The 0-based index of the cell to retrieve. Return
TableCell
— the cell.
Scripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
getIndex()
Returns the 0-based index of the row.
ReturnInteger
Scripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
getMinimumHeight()
Returns the minimum height of the row in points. The actual height depends on the length of the content of the cell.
ReturnNumber
Scripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
getNumCells()
Returns the number of cells in this row.
ReturnInteger
Scripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
getParentTable()
Returns the table containing the current row.
Return AuthorizationScripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
remove()
Removes the table row.
If all the cells in the row are merged with other rows, the common rows spanned by these cells are removed.
If no rows remain in the table after this removal, the whole table is removed.
AuthorizationScripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-02 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-02 UTC."],[[["A `TableRow` represents a row within a table in Google Slides, comprised of a list of table cells and identified by its index."],["Developers can access and manipulate `TableRow` objects using methods like `getCell()`, `getIndex()`, `getMinimumHeight()`, `getNumCells()`, `getParentTable()`, and `remove()`."],["`TableRow` methods allow for retrieving specific cells, obtaining row properties (index, minimum height, number of cells), accessing the parent table, and removing the row entirely."],["Using these methods requires authorization with specific scopes related to Google Presentations."]]],["A table row, identified by its index, contains a list of cells. Key actions include: retrieving a specific cell by its index (`getCell`), obtaining the row's index (`getIndex`), getting the minimum row height (`getMinimumHeight`), determining the number of cells (`getNumCells`), finding the parent table (`getParentTable`), and removing the row (`remove`). Removing a row may also remove merged or even the whole table if necessary. Accessing these methods requires specific authorization scopes.\n"]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4