Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
PivotGroup |
PivotGroup.clone() |
PivotGroup |
PivotGroup.set(java.lang.String fieldName,
java.lang.Object value) |
PivotGroup |
PivotGroup.setGroupRule(PivotGroupRule groupRule)
The group rule to apply to this row/column group.
|
PivotGroup |
PivotGroup.setLabel(java.lang.String label)
The labels to use for the row/column groups which can be customized.
|
PivotGroup |
PivotGroup.setRepeatHeadings(java.lang.Boolean repeatHeadings)
True if the headings in this pivot group should be repeated.
|
PivotGroup |
PivotGroup.setShowTotals(java.lang.Boolean showTotals)
True if the pivot table should include the totals for this grouping.
|
PivotGroup |
PivotGroup.setSortOrder(java.lang.String sortOrder)
The order the values in this group should be sorted.
|
PivotGroup |
PivotGroup.setSourceColumnOffset(java.lang.Integer sourceColumnOffset)
The column offset of the source range that this grouping is based on.
|
PivotGroup |
PivotGroup.setValueBucket(PivotGroupSortValueBucket valueBucket)
The bucket of the opposite pivot group to sort by.
|
PivotGroup |
PivotGroup.setValueMetadata(java.util.List<PivotGroupValueMetadata> valueMetadata)
Metadata about values in the grouping.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PivotGroup> |
PivotTable.getColumns()
Each column grouping in the pivot table.
|
java.util.List<PivotGroup> |
PivotTable.getRows()
Each row grouping in the pivot table.
|
Modifier and Type | Method and Description |
---|---|
PivotTable |
PivotTable.setColumns(java.util.List<PivotGroup> columns)
Each column grouping in the pivot table.
|
PivotTable |
PivotTable.setRows(java.util.List<PivotGroup> rows)
Each row grouping in the pivot table.
|