select方法
select(self, axis_type, field_position, selection_type)
选择带有过滤器的区域。
def select(self, axis_type, field_position, selection_type):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| axis_type | PivotFieldType | 此规则适用的数据透视表区域。 |
| field_position | int | 此规则适用的轴内的字段位置。 |
| selection_type | PivotTableSelectionType | 指定在结构化选择期间可以在数据透视表中选择的内容。 |