remove_at方法
remove_at(self, index, keep_data)
删除指定索引处的数据透视表
def remove_at(self, index, keep_data):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| index | int | 数据透视表集合中的位置索引 |
| keep_data | bool | 是否保留数据透视表数据 |
删除指定索引处的数据透视表
def remove_at(self, index, keep_data):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| index | int | 数据透视表集合中的位置索引 |
| keep_data | bool | 是否保留数据透视表数据 |