show_all_items属性

show_all_items属性

指示数据透视表中是否显示所有项目, 即使它们不包含摘要数据。 显示没有数据的项目 默认值为 false。

定义:

@property
def show_all_items(self):
    ...
@show_all_items.setter
def show_all_items(self, value):
    ...

也可以看看