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