表中的行。行由一系列表格单元格组成。行由行索引进行标识。
方法
方法 | 返回类型 | 简介 |
---|---|---|
getCell(cellIndex) | TableCell | 返回位于指定索引处的单元格。 |
getIndex() | Integer | 返回相应行的索引(从 0 开始)。 |
getMinimumHeight() | Number | 返回行的最小高度(以点为单位)。 |
getNumCells() | Integer | 返回此行中单元格的数量。 |
getParentTable() | Table | 返回包含当前行的表。 |
remove() | void | 移除表格中的行。 |
详细文档
getCell(cellIndex)
getIndex()
返回相应行的索引(从 0 开始)。
弃踢回攻
Integer
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getMinimumHeight()
返回行的最小高度(以点为单位)。实际高度取决于单元格内容的长度。
弃踢回攻
Number
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
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()
remove()
移除表格中的行。
如果某行中的所有单元格与其他行合并,则系统会移除这些单元格跨越的常用行。
如果此移除操作之后表格中没有任何行,则系统会移除整个表格。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations