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