Package | Description |
---|---|
com.gembox.spreadsheet.pivottables |
Contains types that constitute model of Pivot Tables.
|
Modifier and Type | Method and Description |
---|---|
static PivotFieldSubtotalTypes |
PivotFieldSubtotalTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PivotFieldSubtotalTypes[] |
PivotFieldSubtotalTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<PivotFieldSubtotalTypes> |
PivotField.getSubtotals()
Gets the subtotals displayed with this
PivotField . |
Modifier and Type | Method and Description |
---|---|
void |
PivotField.setSubtotals(EnumSet<PivotFieldSubtotalTypes> subtotalTypes)
Sets the subtotals displayed with this
PivotField . |
© GemBox d.o.o. — All rights reserved.