Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
PivotGroupSortValueBucket |
PivotGroupSortValueBucket.clone() |
PivotGroupSortValueBucket |
PivotGroup.getValueBucket()
The bucket of the opposite pivot group to sort by.
|
PivotGroupSortValueBucket |
PivotGroupSortValueBucket.set(String fieldName,
Object value) |
PivotGroupSortValueBucket |
PivotGroupSortValueBucket.setBuckets(List<ExtendedValue> buckets)
Determines the bucket from which values are chosen to sort.
|
PivotGroupSortValueBucket |
PivotGroupSortValueBucket.setValuesIndex(Integer valuesIndex)
The offset in the PivotTable.values list which the values in this grouping should be sorted by.
|
Modifier and Type | Method and Description |
---|---|
PivotGroup |
PivotGroup.setValueBucket(PivotGroupSortValueBucket valueBucket)
The bucket of the opposite pivot group to sort by.
|
Copyright © 2011–2025 Google. All rights reserved.