select method

select(self, axis_type, field_position, selection_type)

Select the area with filters.


def select(self, axis_type, field_position, selection_type):
    ...
ParameterTypeDescription
axis_typeaspose.cells.pivot.PivotFieldTypeThe region of the PivotTable to which this rule applies.
field_positionintPosition of the field within the axis to which this rule applies.
selection_typeaspose.cells.pivot.PivotTableSelectionTypeSpecifies what can be selected in a PivotTable during a structured selection.

See Also