A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.google.com/apps-script/reference/slides/table-column below:

Class TableColumn | Apps Script

Class TableColumn

Stay organized with collections Save and categorize content based on your preferences.

TableColumn

A column in a table. A column consists of a list of table cells. A column is identified by the column index.

Detailed documentation getCell(cellIndex)

Returns the cell at the specified index.

Parameters Name Type Description cellIndex Integer The 0-based index of the cell to retrieve. Return

TableCell

Scripts that use this method require authorization with one or more of the following scopes:

getIndex()

Returns the 0-based index of the column.

Return

Integer

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getNumCells()

Returns the number of cells in this column.

Return

Integer

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getParentTable()

Returns the table containing the current column.

Return

Table

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getWidth()

Returns the width of the column in points.

Return

Number

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

remove()

Removes the table column.

If all the cells in the column are merged with other columns, the common columns spanned by these cells are removed.

If no columns remain in the table after this removal, the whole table is removed.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

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 TableColumn represents a column within a Google Slides table, comprised of a list of TableCells and identified by its column index."],["Developers can access and manipulate TableColumns using methods like getCell(), getIndex(), getNumCells(), getParentTable(), getWidth(), and remove()."],["These methods allow for retrieving specific cells, determining column index and size, identifying the parent table, and removing the column entirely."],["Each method requires specific authorization scopes, typically 'https://www.googleapis.com/auth/presentations.currentonly' or 'https://www.googleapis.com/auth/presentations', to interact with Google Slides presentations."],["Removing a TableColumn with merged cells may remove common spanned columns and potentially the entire table if no columns remain."]]],["A `TableColumn` represents a column in a table, composed of `TableCell`s, identified by its index. Key actions include retrieving a specific cell via `getCell(cellIndex)`, obtaining the column's index with `getIndex()`, and determining the number of cells using `getNumCells()`. Other methods include getting the parent table via `getParentTable()`, getting the column's width in points using `getWidth()`, and removing the column using `remove()`. Removal may lead to the deletion of the entire table.\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