資料表中的一列。資料列由表格儲存格清單組成。資料列是由資料列索引識別。
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
get | Table | 傳回指定索引的儲存格。 |
get | Integer | 傳回資料列的索引 (從 0 開始)。 |
get | Number | 傳回列的最小高度 (以點為單位)。 |
get | Integer | 傳回這個資料列中的儲存格數量。 |
get | Table | 傳回包含目前資料列的資料表。 |
remove() | void | 移除表格列。 |
內容詳盡的說明文件
get Cell(cellIndex)
get Index()
傳回資料列的索引 (從 0 開始)。
回攻員
Integer
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Minimum Height()
傳回列的最小高度 (以點為單位)。實際高度取決於儲存格內容的長度。
回攻員
Number
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Num Cells()
傳回這個資料列中的儲存格數量。
回攻員
Integer
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Parent Table()
remove()
移除表格列。
如果資料列中的所有儲存格都與其他資料列合併,系統會移除這些儲存格跨越的共同資料列。
如果移除後表格中沒有任何資料列,整個表格就會遭到移除。
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations