add方法
add(field_index, type)
将 PivotFilter 对象添加到特定类型
返回
此 PivotFilterCollection 中 PivotFilter 对象的索引。
def add(self, field_index, type):
...
范围 | 类型 | 描述 |
---|---|---|
field_index | int | PivotField 索引 |
type | PivotFilterType | PivotFilter 类型 |
将 PivotFilter 对象添加到特定类型
此 PivotFilterCollection 中 PivotFilter 对象的索引。
def add(self, field_index, type):
...
范围 | 类型 | 描述 |
---|---|---|
field_index | int | PivotField 索引 |
type | PivotFilterType | PivotFilter 类型 |