Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
PivotGroupRule |
PivotGroupRule.clone() |
PivotGroupRule |
PivotGroup.getGroupRule()
The group rule to apply to this row/column group.
|
PivotGroupRule |
PivotGroupRule.set(String fieldName,
Object value) |
PivotGroupRule |
PivotGroupRule.setDateTimeRule(DateTimeRule dateTimeRule)
A DateTimeRule.
|
PivotGroupRule |
PivotGroupRule.setHistogramRule(HistogramRule histogramRule)
A HistogramRule.
|
PivotGroupRule |
PivotGroupRule.setManualRule(ManualRule manualRule)
A ManualRule.
|
Modifier and Type | Method and Description |
---|---|
PivotGroup |
PivotGroup.setGroupRule(PivotGroupRule groupRule)
The group rule to apply to this row/column group.
|
Copyright © 2011–2024 Google. All rights reserved.