访问和修改现有的数据源工作表过滤条件。如需创建新的“数据源”工作表过滤条件,请使用 Data
。
仅将此类用于与数据库关联的数据。
方法
方法 | 返回类型 | 简介 |
---|---|---|
get | Data | 返回此过滤器应用于的数据源列。 |
get | Data | 返回此过滤器所属的 Data 。 |
get | Filter | 返回此过滤器的过滤条件。 |
remove() | void | 从数据源对象中移除此过滤条件。 |
set | Data | 设置此过滤条件的过滤条件。 |
详细文档
get Data Source Column()
返回此过滤器应用于的数据源列。
返回
Data
- 数据源列。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
get Data Source Sheet()
返回此过滤器所属的 Data
。
返回
Data
- 此过滤条件所属的数据源工作表。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
get Filter Criteria()
返回此过滤器的过滤条件。
返回
Filter
- 此过滤器的过滤条件。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
remove()
从数据源对象中移除此过滤条件。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
set Filter Criteria(filterCriteria)
设置此过滤条件的过滤条件。
参数
名称 | 类型 | 说明 |
---|---|---|
filter | Filter | 要设置的过滤条件。 |
返回
Data
- 用于链接的过滤器。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets