データソースの列にアクセスして変更します。
このクラスは、データベースに接続されているデータでのみ使用します。
Methods
メソッド | 戻り値の型 | 概要 |
---|---|---|
getDataSource() | DataSource | データソース列に関連付けられているデータソースを取得します。 |
getFormula() | String | データソース列の数式を取得します。 |
getName() | String | データソース列の名前を取得します。 |
hasArrayDependency() | Boolean | 列に配列の依存関係があるかどうかを返します。 |
isCalculatedColumn() | Boolean | 列が計算された列かどうかを返します。 |
remove() | void | データソース列を削除します。 |
setFormula(formula) | DataSourceColumn | データソース列の式を設定します。 |
setName(name) | DataSourceColumn | データソース列の名前を設定します。 |
詳細なドキュメント
getDataSource()
データソース列に関連付けられているデータソースを取得します。
リターン
DataSource
- データソース。
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getFormula()
データソース列の数式を取得します。データソース列が calculated column
でない場合、空の文字列を返します。
リターン
String
- 数式。
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getName()
データソース列の名前を取得します。
リターン
String
- 列名。
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
hasArrayDependency()
列に配列の依存関係があるかどうかを返します。
リターン
Boolean
- 列に配列の依存関係がある場合は true
、そうでない場合は false
。
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
isCalculatedColumn()
列が計算された列かどうかを返します。
リターン
Boolean
- 列が計算された列の場合は true
、それ以外の場合は false
。
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
remove()
データソース列を削除します。
calculated columns
でのみサポートされています。
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setFormula(formula)
データソース列の式を設定します。
calculated columns
でのみサポートされています。
パラメータ
名前 | 型 | 説明 |
---|---|---|
formula | String | 新しい数式。 |
リターン
DataSourceColumn
- データソース列(チェーン用)。
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setName(name)
データソース列の名前を設定します。
calculated columns
でのみサポートされています。
パラメータ
名前 | 型 | 説明 |
---|---|---|
name | String | 設定する名前。 |
リターン
DataSourceColumn
- データソース列(チェーン用)。
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets