show_all_items属性
show_all_items属性
指示是否所有项目都显示在数据透视表中, 即使它们不包含摘要数据。 显示没有数据的项目 默认值为 false。
定义:
@property
def show_all_items(self):
...
@show_all_items.setter
def show_all_items(self, value):
...
指示是否所有项目都显示在数据透视表中, 即使它们不包含摘要数据。 显示没有数据的项目 默认值为 false。
@property
def show_all_items(self):
...
@show_all_items.setter
def show_all_items(self, value):
...