column_grand 属性

column_grand 属性

指示数据透视表是否显示列的总计。

定义:

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

也可以看看