set_ungroup方法
set_ungroup(base_field_index)
按数据透视表设置取消分组
def set_ungroup(self, base_field_index):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| base_field_index | int | 基本字段中的行或列字段索引 |
set_ungroup(pivot_field)
按数据透视表设置取消分组
def set_ungroup(self, pivot_field):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| pivot_field | PivotField | 基本字段中的行或列字段 |