Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
PivotValue |
PivotValue.clone() |
PivotValue |
PivotValue.set(String fieldName,
Object value) |
PivotValue |
PivotValue.setCalculatedDisplayType(String calculatedDisplayType)
If specified, indicates that pivot values should be displayed as the result of a calculation
with another pivot value.
|
PivotValue |
PivotValue.setDataSourceColumnReference(DataSourceColumnReference dataSourceColumnReference)
The reference to the data source column that this value reads from.
|
PivotValue |
PivotValue.setFormula(String formula)
A custom formula to calculate the value.
|
PivotValue |
PivotValue.setName(String name)
A name to use for the value.
|
PivotValue |
PivotValue.setSourceColumnOffset(Integer sourceColumnOffset)
The column offset of the source range that this value reads from.
|
PivotValue |
PivotValue.setSummarizeFunction(String summarizeFunction)
A function to summarize the value.
|
Modifier and Type | Method and Description |
---|---|
List<PivotValue> |
PivotTable.getValues()
A list of values to include in the pivot table.
|
Modifier and Type | Method and Description |
---|---|
PivotTable |
PivotTable.setValues(List<PivotValue> values)
A list of values to include in the pivot table.
|
Copyright © 2011–2024 Google. All rights reserved.