Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
PivotFilterSpec |
PivotFilterSpec.clone() |
PivotFilterSpec |
PivotFilterSpec.set(String fieldName,
Object value) |
PivotFilterSpec |
PivotFilterSpec.setColumnOffsetIndex(Integer columnOffsetIndex)
The zero-based column offset of the source range.
|
PivotFilterSpec |
PivotFilterSpec.setDataSourceColumnReference(DataSourceColumnReference dataSourceColumnReference)
The reference to the data source column.
|
PivotFilterSpec |
PivotFilterSpec.setFilterCriteria(PivotFilterCriteria filterCriteria)
The criteria for the column.
|
Modifier and Type | Method and Description |
---|---|
List<PivotFilterSpec> |
PivotTable.getFilterSpecs()
The filters applied to the source columns before aggregating data for the pivot table.
|
Modifier and Type | Method and Description |
---|---|
PivotTable |
PivotTable.setFilterSpecs(List<PivotFilterSpec> filterSpecs)
The filters applied to the source columns before aggregating data for the pivot table.
|
Copyright © 2011–2025 Google. All rights reserved.