Class TableColumn

テーブル

テーブル内の列。列はテーブルセルのリストで構成されます。列は列番号で識別されます。

メソッド

メソッド戻り値の型概要
getCell(cellIndex)TableCell指定されたインデックスのセルを返します。
getIndex()Integer列の 0 ベースのインデックスを返します。
getNumCells()Integerこの列内のセルの数を返します。
getParentTable()Table現在の列を含むテーブルを返します。
getWidth()Number列の幅をポイント単位で返します。
remove()voidテーブルの列を削除します。

詳細なドキュメント

getCell(cellIndex)

指定されたインデックスのセルを返します。

パラメータ

名前説明
cellIndexInteger取得するセルの 0 ベースのインデックス。

戻る

TableCell

承認

このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。

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

getIndex()

列の 0 ベースのインデックスを返します。

戻る

Integer

承認

このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。

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

getNumCells()

この列内のセルの数を返します。

戻る

Integer

承認

このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。

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

getParentTable()

現在の列を含むテーブルを返します。

戻る

Table

承認

このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。

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

getWidth()

列の幅をポイント単位で返します。

戻る

Number

承認

このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。

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

remove()

テーブルの列を削除します。

列内のすべてのセルが他の列と結合されている場合、これらのセルにまたがる共通の列は削除されます。

この削除後にテーブルに列が残っていない場合、テーブル全体が削除されます。

承認

このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。

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