表格中的一列。一列是由表格儲存格清單組成。資料列由列索引識別。
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
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