Package | Description |
---|---|
com.gembox.spreadsheet.pivottables |
Contains types that constitute model of Pivot Tables.
|
Modifier and Type | Method and Description |
---|---|
static PivotTableStyleOptions |
PivotTableStyleOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PivotTableStyleOptions[] |
PivotTableStyleOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<PivotTableStyleOptions> |
PivotTable.getStyleOptions()
Gets the options to be applied to the
PivotTable style. |
Modifier and Type | Method and Description |
---|---|
void |
PivotTable.setStyleOptions(EnumSet<PivotTableStyleOptions> styleOptions)
Sets the options to be applied to the
PivotTable style. |
© GemBox Ltd. — All rights reserved.