Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
PivotTable |
PivotTable.clone() |
PivotTable |
CellData.getPivotTable()
A pivot table anchored at this cell.
|
PivotTable |
PivotTable.set(java.lang.String fieldName,
java.lang.Object value) |
PivotTable |
PivotTable.setColumns(java.util.List<PivotGroup> columns)
Each column grouping in the pivot table.
|
PivotTable |
PivotTable.setCriteria(java.util.Map<java.lang.String,PivotFilterCriteria> criteria)
An optional mapping of filters per source column offset.
|
PivotTable |
PivotTable.setRows(java.util.List<PivotGroup> rows)
Each row grouping in the pivot table.
|
PivotTable |
PivotTable.setSource(GridRange source)
The range the pivot table is reading data from.
|
PivotTable |
PivotTable.setValueLayout(java.lang.String valueLayout)
Whether values should be listed horizontally (as columns) or vertically (as rows).
|
PivotTable |
PivotTable.setValues(java.util.List<PivotValue> values)
A list of values to include in the pivot table.
|
Modifier and Type | Method and Description |
---|---|
CellData |
CellData.setPivotTable(PivotTable pivotTable)
A pivot table anchored at this cell.
|