存取及修改資料來源欄。
請僅將這個類別用於連結至資料庫的資料。
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
getDataSource() | DataSource | 取得與資料來源資料欄相關聯的資料來源。 |
getFormula() | String | 取得資料來源欄的公式。 |
getName() | String | 取得資料來源資料欄的名稱。 |
hasArrayDependency() | Boolean | 傳回資料欄是否具有陣列依附元件。 |
isCalculatedColumn() | Boolean | 傳回資料欄是否為計算結果欄。 |
remove() | void | 移除資料來源欄。 |
setFormula(formula) | DataSourceColumn | 設定資料來源欄的公式。 |
setName(name) | DataSourceColumn | 設定資料來源資料欄的名稱。 |
內容詳盡的說明文件
getDataSource()
取得與資料來源資料欄相關聯的資料來源。
回攻員
DataSource
:資料來源。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getFormula()
取得資料來源欄的公式。如果資料來源欄不是 calculated column
,則傳回空字串。
回攻員
String
— 公式,
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getName()
取得資料來源資料欄的名稱。
回攻員
String
:資料欄名稱。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
hasArrayDependency()
傳回資料欄是否具有陣列依附元件。
回攻員
Boolean
:如果資料欄有陣列依附元件,則為 true
,否則會傳回 false
。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
isCalculatedColumn()
傳回資料欄是否為計算結果欄。
回攻員
如果資料欄是計算結果欄,則為 Boolean
- true
,否則為 false
。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
remove()
移除資料來源欄。
這項功能僅適用於 calculated columns
。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setFormula(formula)
設定資料來源欄的公式。
這項功能僅適用於 calculated columns
。
參數
名稱 | 類型 | 說明 |
---|---|---|
formula | String | 新公式。 |
回攻員
DataSourceColumn
— 用於鏈結的資料來源欄。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setName(name)
設定資料來源資料欄的名稱。
這項功能僅適用於 calculated columns
。
參數
名稱 | 類型 | 說明 |
---|---|---|
name | String | 要設定的名稱。 |
回攻員
DataSourceColumn
— 用於鏈結的資料來源欄。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets