Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
PivotGroupLimit |
PivotGroupLimit.clone() |
PivotGroupLimit |
PivotGroup.getGroupLimit()
The count limit on rows or columns to apply to this pivot group.
|
PivotGroupLimit |
PivotGroupLimit.set(String fieldName,
Object value) |
PivotGroupLimit |
PivotGroupLimit.setApplyOrder(Integer applyOrder)
The order in which the group limit is applied to the pivot table.
|
PivotGroupLimit |
PivotGroupLimit.setCountLimit(Integer countLimit)
The count limit.
|
Modifier and Type | Method and Description |
---|---|
PivotGroup |
PivotGroup.setGroupLimit(PivotGroupLimit groupLimit)
The count limit on rows or columns to apply to this pivot group.
|
Copyright © 2011–2024 Google. All rights reserved.