访问和修改数据源列。
该类仅适用于连接到数据库的数据。
方法
方法 | 返回类型 | 简介 |
---|---|---|
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