Class TableColumn

Table Column

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

Methods

Method Return type Brief description
Table Cell Returns the cell at the specified index.
Integer Returns the 0-based index of the column.
Integer Returns the number of cells in this column.
Table Returns the table containing the current column.
Number Returns the width of the column in points.
void Removes the table column.

Detailed documentation

get Cell(cellIndex)

Returns the cell at the specified index.

Parameters

Name Type Description
cell Index
Integer The 0-based index of the cell to retrieve.

Return

Table Cell

Authorization

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

get Index()

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 :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Num Cells()

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 :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Parent Table()

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 :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Width()

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 :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

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 :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations
Design a Mobile Site
View Site in Mobile | Classic
Share by: