Class PivotFilter

PivotFilter

访问和修改数据透视表过滤器。

方法

方法返回类型简介
getFilterCriteria()FilterCriteria返回此数据透视过滤器的过滤条件。
getPivotTable()PivotTable返回此过滤器所属的 PivotTable
getSourceDataColumn()Integer返回执行此过滤条件的源数据列编号。
getSourceDataSourceColumn()DataSourceColumn返回过滤器操作的数据源列。
remove()void从数据透视表中移除此数据透视过滤器。
setFilterCriteria(filterCriteria)PivotFilter设置此数据透视过滤器的过滤条件。

详细文档

getFilterCriteria()

返回此数据透视过滤器的过滤条件。

弃踢回攻

FilterCriteria - 此数据透视过滤器的过滤条件

授权

使用此方法的脚本需要获得以下一个或多个范围的授权:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getPivotTable()

返回此过滤器所属的 PivotTable

弃踢回攻

PivotTable - 此过滤器所属的数据透视表

授权

使用此方法的脚本需要获得以下一个或多个范围的授权:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getSourceDataColumn()

返回执行此过滤条件的源数据列编号。这些索引从 1 开始,例如,如果此过滤条件应用于电子表格 A 列中的数据,则此方法会返回“1”。

弃踢回攻

Integer - 此过滤器应用到的源数据列编号

授权

使用此方法的脚本需要获得以下一个或多个范围的授权:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getSourceDataSourceColumn()

返回过滤器操作的数据源列。如果数据透视表不是 {DataSourcePivotTableApi},则返回 null

弃踢回攻

DataSourceColumn - 过滤器所作的数据源列。

授权

使用此方法的脚本需要获得以下一个或多个范围的授权:

  • 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

setFilterCriteria(filterCriteria)

设置此数据透视过滤器的过滤条件。

参数

名称类型说明
filterCriteriaFilterCriteria要设置的过滤条件。

弃踢回攻

PivotFilter - 用于链接的数据透视过滤条件

授权

使用此方法的脚本需要获得以下一个或多个范围的授权:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets