select method

select

Select the area with filters.

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

See Also