com.aspose.cells
Class PivotArea

java.lang.Object
    extended by com.aspose.cells.PivotArea

public class PivotArea 
extends java.lang.Object

Presents the selected area of the PivotTable.


Constructor Summary
PivotArea(PivotTable table)
           Presents the selected area of the PivotTable.
 
Method Summary
voidselect(int axisType, int fieldPosition, int selectionType)
           Select the area with filters.
 

Constructor Detail

PivotArea

public PivotArea(PivotTable table)
Presents the selected area of the PivotTable.
Parameters:
table -

Method Detail

select

public void select(int axisType, int fieldPosition, int selectionType)
Select the area with filters.
Parameters:
axisType - A PivotFieldType value. The region of the PivotTable to which this rule applies.
fieldPosition - Position of the field within the axis to which this rule applies.
selectionType - A PivotTableSelectionType value. Specifies what can be selected in a PivotTable during a structured selection.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.