访问和修改数据源列。
仅将此类用于与数据库关联的数据。
方法
方法 | 返回类型 | 简介 |
---|---|---|
get | Data | 获取与数据源列关联的数据源。 |
get | String | 获取数据源列的公式。 |
get | String | 获取数据源列的名称。 |
has | Boolean | 返回该列是否具有数组依赖项。 |
is | Boolean | 返回相应列是否为计算列。 |
remove() | void | 移除数据源列。 |
set | Data | 为数据源列设置公式。 |
set | Data | 设置数据源列的名称。 |
详细文档
get Data Source()
获取与数据源列关联的数据源。
返回
Data
- 数据源。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
get Formula()
获取数据源列的公式。如果数据源列不是 calculated column
,则返回空字符串。
返回
String
- 公式。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
get Name()
获取数据源列的名称。
返回
String
- 列名称。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
has Array Dependency()
返回该列是否具有数组依赖项。
返回
Boolean
- 如果列具有数组依赖项,则为 true
;否则为 false
。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
is Calculated Column()
返回相应列是否为计算列。
返回
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
set Formula(formula)
为数据源列设置公式。
仅适用于 calculated columns
。
参数
名称 | 类型 | 说明 |
---|---|---|
formula | String | 新公式。 |
返回
Data
- 数据源列,用于串联。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
set Name(name)
设置数据源列的名称。
仅适用于 calculated columns
。
参数
名称 | 类型 | 说明 |
---|---|---|
name | String | 要设置的名称。 |
返回
Data
- 数据源列,用于串联。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets