Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
PivotGroupValueMetadata |
PivotGroupValueMetadata.clone() |
PivotGroupValueMetadata |
PivotGroupValueMetadata.set(String fieldName,
Object value) |
PivotGroupValueMetadata |
PivotGroupValueMetadata.setCollapsed(Boolean collapsed)
True if the data corresponding to the value is collapsed.
|
PivotGroupValueMetadata |
PivotGroupValueMetadata.setValue(ExtendedValue value)
The calculated value the metadata corresponds to.
|
Modifier and Type | Method and Description |
---|---|
List<PivotGroupValueMetadata> |
PivotGroup.getValueMetadata()
Metadata about values in the grouping.
|
Modifier and Type | Method and Description |
---|---|
PivotGroup |
PivotGroup.setValueMetadata(List<PivotGroupValueMetadata> valueMetadata)
Metadata about values in the grouping.
|
Copyright © 2011–2024 Google. All rights reserved.