Constructor Summary |
---|
PivotArea(table)
Presents the selected area of the PivotTable. |
Property Getters/Setters Summary | ||
---|---|---|
method | getAxisType() | |
method | setAxisType(value) | |
Gets and sets the region of the PivotTable to which this rule applies. The value of the property is PivotFieldType integer constant. | ||
method | getFilters() | |
Gets all filters for this PivotArea.
|
||
method | isColumnGrandIncluded() | |
method | setColumnGrandIncluded(value) | |
Indicates whether the column grand total is included. | ||
method | isOutline() | |
method | setOutline(value) | |
Indicates whether the rule refers to an area that is in outline mode. | ||
method | isRowGrandIncluded() | |
method | setRowGrandIncluded(value) | |
Indicates whether the row grand total is included. | ||
method | getOnlyData() | |
method | setOnlyData(value) | |
Indicates whether only the data values (in the data area of the view) for an item selection are selected and does not include the item labels. | ||
method | getOnlyLabel() | |
method | setOnlyLabel(value) | |
Indicates whether only the data labels for an item selection are selected. | ||
method | getRuleType() | |
method | setRuleType(value) | |
Gets and sets the type of selection rule. The value of the property is PivotAreaType integer constant. |
Method Summary | ||
---|---|---|
method | select(axisType, fieldPosition, selectionType) | |
Select the area with filters.
|
PivotArea(table)
table: PivotTable
- PivotAreaFilterCollection getFilters()
boolean getOnlyData() / setOnlyData(value)
boolean getOnlyLabel() / setOnlyLabel(value)
boolean isRowGrandIncluded() / setRowGrandIncluded(value)
boolean isColumnGrandIncluded() / setColumnGrandIncluded(value)
int getAxisType() / setAxisType(value)
int getRuleType() / setRuleType(value)
boolean isOutline() / setOutline(value)
select(axisType, fieldPosition, selectionType)
axisType: int
- A fieldPosition: int
- Position of the field within the axis to which this rule applies.selectionType: int
- A