| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
SubtotalLocationType |
IPivotField.getLayoutSubtotalLocation()
Gets the position of the PivotTable field subtotals in relation to (either
above or below) the specified field.
|
static SubtotalLocationType |
SubtotalLocationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubtotalLocationType[] |
SubtotalLocationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPivotField.setLayoutSubtotalLocation(SubtotalLocationType value)
Sets the position of the PivotTable field subtotals in relation to (either
above or below) the specified field.
|
void |
IPivotTable.subtotalLocation(SubtotalLocationType location)
Changes the subtotal location for all existing PivotFields.
|