show_column_grand_totals属性
show_column_grand_totals属性
指示是否显示此数据透视表的列总计。
定义:
@property
def show_column_grand_totals(self):
...
@show_column_grand_totals.setter
def show_column_grand_totals(self, value):
...
指示是否显示此数据透视表的列总计。
@property
def show_column_grand_totals(self):
...
@show_column_grand_totals.setter
def show_column_grand_totals(self, value):
...