表格中的一欄。資料欄由表格儲存格清單組成。資料欄會以資料欄索引標示。
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
get | Table | 傳回指定索引的儲存格。 |
get | Integer | 傳回資料欄的索引 (從 0 開始)。 |
get | Integer | 傳回這個欄中的儲存格數量。 |
get | Table | 傳回包含目前資料欄的資料表。 |
get | Number | 以點為單位傳回資料欄的寬度。 |
remove() | void | 移除表格欄。 |
內容詳盡的說明文件
get Cell(cellIndex)
get Index()
傳回資料欄的索引 (從 0 開始)。
回攻員
Integer
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
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()
get Width()
以點為單位傳回資料欄的寬度。
回攻員
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