Class TableColumn

TableColumn

テーブル内の列。列はテーブルのセルのリストで構成されます。列は列インデックスで識別されます。

Methods

メソッド戻り値の型概要
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