calculation_type属性
calculation_type属性
表示如何在数据透视表中显示数据字段的值。
定义:
@property
def calculation_type(self):
...
@calculation_type.setter
def calculation_type(self, value):
...
表示如何在数据透视表中显示数据字段的值。
@property
def calculation_type(self):
...
@calculation_type.setter
def calculation_type(self, value):
...