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