Class TableColumn

TableColumn

表格中的資料欄。一欄是由表格儲存格清單組成。資料欄由資料欄索引識別。

方法

方法傳回類型簡短說明
getCell(cellIndex)TableCell傳回指定索引的儲存格。
getIndex()Integer傳回資料欄的索引 (從 0 開始)。
getNumCells()Integer傳回此欄的儲存格數量。
getParentTable()Table傳回含有目前資料欄的表格。
getWidth()Number傳回資料欄的寬度,以點為單位。
remove()void移除表格欄。

內容詳盡的說明文件

getCell(cellIndex)

傳回指定索引的儲存格。

參數

名稱類型說明
cellIndexInteger要擷取的儲存格的索引 (從 0 開始)。

回攻員

TableCell

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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

getIndex()

傳回資料欄的索引 (從 0 開始)。

回攻員

Integer

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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

getNumCells()

傳回此欄的儲存格數量。

回攻員

Integer

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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

getParentTable()

傳回含有目前資料欄的表格。

回攻員

Table

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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

getWidth()

傳回資料欄的寬度,以點為單位。

回攻員

Number

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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

remove()

移除表格欄。

如果資料欄中的所有儲存格都與其他資料欄合併,系統會移除這些儲存格橫跨的常用資料欄。

移除後如果表格中沒有任何資料欄,系統就會移除整個資料表。

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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