add方法

add(self, pivot_area)

添加枢轴区域。

返回


def add(self, pivot_area):
    ...
范围类型描述
pivot_areaPivotArea枢轴区域。

add(self, cell_area)

添加基于数据透视表视图的区域。


def add(self, cell_area):
    ...
范围类型描述
cell_areaCellArea基于数据透视表视图的区域。

也可以看看